diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0a280e2..65ad05a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -195,8 +195,8 @@ jobs: - name: Publish run: | - OUTFILE=$(echo '${{ needs.validate-preconditions.outputs.s3_arns }}' | jq -r '.["${{ github.job }}"]') - aws s3 cp ./concordium-client/scripts/distributables/macOS-package/build/concordium-client-${VERSION}-unsigned.pkg \ + OUTFILE=$(echo '${{ needs.validate-preconditions.outputs.s3_arns }}' | jq -r '.["${{ github.job }"]') + aws s3 cp ./concordium-client/scripts/distributables/macOS-package/build/concordium-client-${{ needs.validate-preconditions.outputs.version }}-unsigned.pkg \ "$OUTFILE" --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers