diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index 69a9b170265..27eceef0085 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -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