diff --git a/.github/workflows/release_additional_targets.yaml b/.github/workflows/release_additional_targets.yaml index 87c7158d..86c02c59 100644 --- a/.github/workflows/release_additional_targets.yaml +++ b/.github/workflows/release_additional_targets.yaml @@ -47,7 +47,7 @@ jobs: - name: Create release shell: bash run: | - VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE) + VERSION=v$(cat ${{ env.OUTPUTFILE_X64 }}/RELEASE) cd cromite/tools