Skip to content

Commit a462f19

Browse files
committed
(d) modify release system for testing
1 parent 0f4e666 commit a462f19

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
168168
169169
sign {
170-
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
170+
application_identity = "Developer ID Application: Per Tillisch (9M5NQMNWBJ)"
171171
}
172172
173173
# Ask Gon for zip output to force notarization process to take place.
@@ -271,15 +271,15 @@ jobs:
271271
# (all the files we need are in the DIST_DIR root)
272272
artifacts: ${{ env.DIST_DIR }}/*
273273

274-
- name: configure aws credentials
275-
uses: aws-actions/configure-aws-credentials@v5
276-
with:
277-
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
278-
role-session-name: "github_${{ env.PROJECT_NAME }}"
279-
aws-region: ${{ env.AWS_REGION }}
280-
281-
- name: Upload release files on Arduino downloads servers
282-
run: |
283-
aws s3 sync \
284-
${{ env.DIST_DIR }} \
285-
s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}
274+
# - name: configure aws credentials
275+
# uses: aws-actions/configure-aws-credentials@v5
276+
# with:
277+
# role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
278+
# role-session-name: "github_${{ env.PROJECT_NAME }}"
279+
# aws-region: ${{ env.AWS_REGION }}
280+
#
281+
# - name: Upload release files on Arduino downloads servers
282+
# run: |
283+
# aws s3 sync \
284+
# ${{ env.DIST_DIR }} \
285+
# s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.AWS_PLUGIN_TARGET }}

0 commit comments

Comments
 (0)