Skip to content

Commit 4d318e0

Browse files
committed
add upload of the notarized bundle to s3 download bucket
1 parent 9a96612 commit 4d318e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
run: gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
281281

282282
- name: Upload autoupdate bundle to Arduino downloads servers
283-
run: aws s3 cp ArduinoCreateAgent.app_notarized.zip s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }}
283+
run: aws s3 cp ArduinoCreateAgent.app_notarized.zip s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }}/${GITHUB_REF/refs\/tags\//} # the version should be created in th the build job
284284
if: ${{ needs.build.outputs.prerelease }} != 'true'
285285

286286
- name: Upload artifact

0 commit comments

Comments
 (0)