Compare commits

..

1 Commits

Author SHA1 Message Date
99b8700aa5 feat: testing previous run id
Some checks failed
Build / build (pull_request) Failing after 4s
2024-12-01 22:06:54 +11:00

View File

@ -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: |