Skip to content

Commit

Permalink
pwd test
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 13, 2024
1 parent 85af55e commit f52eeff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f52eeff

Please sign in to comment.