Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d0bb85

Browse files
committedJan 26, 2023
push the autoupdate bundle in the versioned directory
1 parent 00d2de0 commit 8d0bb85

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 sync ArduinoCreateAgent.app_notarized.zip s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }}
283+
run: aws s3 sync 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)
Please sign in to comment.