File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
178178
179179 sign {
180- application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT )"
180+ application_identity = "Developer ID Application: Per Tillisch (9M5NQMNWBJ )"
181181 }
182182
183183 # Ask Gon for zip output to force notarization process to take place.
@@ -289,8 +289,8 @@ jobs:
289289 role-session-name : " github_${{ env.PROJECT_NAME }}"
290290 aws-region : ${{ env.AWS_REGION }}
291291
292- - name : Upload release files on Arduino downloads servers
293- run : |
294- aws s3 sync \
295- ${{ env.DIST_DIR }} \
296- s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}
292+ # - name: Upload release files on Arduino downloads servers
293+ # run: |
294+ # aws s3 sync \
295+ # ${{ env.DIST_DIR }} \
296+ # s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}
You can’t perform that action at this time.
0 commit comments