Skip to content

Commit 511310a

Browse files
committed
(d) modify release system for testing
1 parent 1d698b3 commit 511310a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-go-task.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)