You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove some code duplication regarding prerelease calculation
* add upload of the notarized bundle to s3 download bucket
* add upload of the notarized bundle to s3 download bucket
# The notarize-macos job will download the macos bundle from the previous job, sign, notarize and re-upload it.
209
+
# The notarize-macos job will download the macos bundle from the previous job, sign, notarize and re-upload it, uploading it also on s3 download servers for the autoupdate.
- name: Upload autoupdate bundle to Arduino downloads servers
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
0 commit comments