Compare commits
1 Commits
99b8700aa5
...
00ea25f9fb
| Author | SHA1 | Date | |
|---|---|---|---|
| 00ea25f9fb |
@ -32,10 +32,16 @@ jobs:
|
|||||||
echo "::set-output name=previous_run_id::$PREVIOUS_RUN_ID"
|
echo "::set-output name=previous_run_id::$PREVIOUS_RUN_ID"
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
run: |
|
id: download-artifact
|
||||||
curl -L -o /workspace/rpms.zip -H https://git.query.consul/unkin/rpmbuilder/actions/runs/43/artifacts/rpms"
|
uses: dawidd6/action-download-artifact@v6
|
||||||
unzip /workspace/rpms.zip
|
with:
|
||||||
|
workflow: build.yaml
|
||||||
|
workflow_search: false
|
||||||
|
workflow_conclusion: completed
|
||||||
|
run_id: $PREVIOUS_RUN_ID
|
||||||
|
name: rpm
|
||||||
|
path: /workspace/unkin/rpmbuilder/dist
|
||||||
|
search_artifacts: true
|
||||||
#- name: Build Packages
|
#- name: Build Packages
|
||||||
# run: |
|
# run: |
|
||||||
# make all
|
# make all
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user