diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2af3275c..2d1e6f1b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -195,8 +195,10 @@ jobs: - name: Publish run: | + pwd + ls 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 \ + 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