Skip to content

Commit

Permalink
chore: fixed approval workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Sep 12, 2023
1 parent d11d881 commit a9a44c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-app-cd-nightly-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
BUILD_IDENTIFIER=${{ needs.generate-build-identifier.outputs.build-identifier }}
aws s3 cp ./release/ "${{ env.S3_BUCKET }}/nightly/${BUILD_IDENTIFIER}/" --recursive
PRESIGN_URL=$(aws s3 presign "${{ env.S3_BUCKET }}/nightly/${BUILD_IDENTIFIER}/Leapp-${TAG_VERSION}-arm64.dmg")
echo "${ PRESIGN_URL }" > presign_url.txt
echo "${PRESIGN_URL}" > presign_url.txt
aws s3 cp presign_url.txt "${{ env.S3_BUCKET }}/nightly/${BUILD_IDENTIFIER}/"
rm presign_url.txt

0 comments on commit a9a44c1

Please sign in to comment.