Skip to content

Commit

Permalink
Update desktop-app-cd-nightly-approval.yml
Browse files Browse the repository at this point in the history
chore: fixed approval workflow
  • Loading branch information
ericvilla committed Sep 12, 2023
1 parent 4ab9667 commit 4477b50
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 @@ -132,5 +132,5 @@ jobs:
TAG_VERSION=$(cat nightly-version)
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"
PRESIGN_URL=$(aws s3 presign "${{ env.S3_BUCKET }}/nightly/${BUILD_IDENTIFIER}/Leapp-${TAG_VERSION}-arm64.dmg")
echo "Leapp-${TAG_VERSION}-arm64.dmg: ${PRESIGN_URL}"

0 comments on commit 4477b50

Please sign in to comment.