Compare commits
1 Commits
00ea25f9fb
...
99b8700aa5
| Author | SHA1 | Date | |
|---|---|---|---|
| 99b8700aa5 |
@ -32,19 +32,13 @@ jobs:
|
||||
echo "::set-output name=previous_run_id::$PREVIOUS_RUN_ID"
|
||||
|
||||
- name: Download artifact
|
||||
id: download-artifact
|
||||
uses: dawidd6/action-download-artifact@v6
|
||||
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
|
||||
# run: |
|
||||
# make all
|
||||
run: |
|
||||
curl -L -o /workspace/rpms.zip -H https://git.query.consul/unkin/rpmbuilder/actions/runs/43/artifacts/rpms"
|
||||
unzip /workspace/rpms.zip
|
||||
|
||||
#- name: Build Packages
|
||||
# run: |
|
||||
# make all
|
||||
|
||||
- name: Show RPMs
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user