From f52eeffdfe6f59215b4fb4756ba1c1a5f3a6c9c8 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Wed, 13 Nov 2024 12:27:29 +0700 Subject: [PATCH] pwd test --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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