From 2d5e750163cc27cda40b767ebb1460eb000fe0b0 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Wed, 13 Nov 2024 15:01:39 +0700 Subject: [PATCH] fix pathing --- .github/workflows/release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d145d7d2..b5eb936a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ env: RUST_VERSION: '1.73' CABAL_VERSION: '3.6.2.0' SERVICE: "${{ inputs.service }}" - VERSION_TEST: '7.0.2-2-rc' + VERSION_TEST: '7.0.2-3-rc' PROTOC_VERSION: '25.2' FLATBUFFERS_VERSION: '23.5.26' @@ -195,10 +195,8 @@ 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 "./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