Compare commits
1 Commits
00ea25f9fb
...
99b8700aa5
| Author | SHA1 | Date | |
|---|---|---|---|
| 99b8700aa5 |
@ -32,16 +32,10 @@ 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
|
||||||
id: download-artifact
|
run: |
|
||||||
uses: dawidd6/action-download-artifact@v6
|
curl -L -o /workspace/rpms.zip -H https://git.query.consul/unkin/rpmbuilder/actions/runs/43/artifacts/rpms"
|
||||||
with:
|
unzip /workspace/rpms.zip
|
||||||
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