Compare commits
No commits in common. "d2c15dea584ee14f1bbf47aad78a3ab802150b83" and "c6ede08d515b93ba53b17d3df38f92bea5c1dd0f" have entirely different histories.
d2c15dea58
...
c6ede08d51
@ -17,12 +17,20 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Create dist directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /workspace/unkin/rpmbuilder/dist
|
mkdir -p /workspace/unkin/rpmbuilder/dist
|
||||||
export PREVIOUS_RUN_ID=$((GITHUB_RUN_NUMBER - 1))
|
|
||||||
curl -L -o /workspace/rpms.zip "https://git.query.consul/${GITHUB_REPOSITORY}/actions/runs/${PREVIOUS_RUN_ID}/artifacts/rpms"
|
- name: Download artifact
|
||||||
unzip /workspace/rpms.zip -d /workspace/unkin/rpmbuilder/dist
|
id: download-artifact
|
||||||
|
uses: dawidd6/action-download-artifact@v6
|
||||||
|
with:
|
||||||
|
workflow: build
|
||||||
|
workflow_search: true
|
||||||
|
workflow_conclusion: completed
|
||||||
|
name: rpm
|
||||||
|
path: /workspace/unkin/rpmbuilder/dist
|
||||||
|
search_artifacts: true
|
||||||
|
|
||||||
- name: Show RPMs
|
- name: Show RPMs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
6
|
5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user