Skip to content

Commit

Permalink
WIP: like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Jun 29, 2024
1 parent 16b2024 commit f1db8ff
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 @@ -34,7 +34,8 @@ jobs:
if_no_artifact_found: warn
workflow: updatebuildlist.yml
- name: Update static builds list
run: echo "${{steps.download-build-list.outputs.found_artifact}}"; cat builds.txt > spec/builds.txt
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
with:
Expand Down

0 comments on commit f1db8ff

Please sign in to comment.