Skip to content

Commit

Permalink
WIP: fix missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Jun 29, 2024
1 parent 0f52bf1 commit f99468e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
path: /tmp/cache/
key: ${{ steps.get-dev-ref.outputs.devref }}
- name: Download latest build list
id: download-build-list
uses: dawidd6/action-download-artifact@3ecf4024886f219d9290351234889bfb45d1b9da
with:
name: builds.txt
if_no_artifact_found: warn
workflow: updatebuildlist.yml
- name: Update static builds list
if: steps.download-builds.outputs.found_artifact == true
if: steps.download-build-list.outputs.found_artifact == true
run: cat builds.txt > spec/builds.txt
- name: Download latest build xmls
uses: dawidd6/action-download-artifact@3ecf4024886f219d9290351234889bfb45d1b9da
Expand Down

0 comments on commit f99468e

Please sign in to comment.