File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,7 @@ jobs:
165165 source = ["${{ env.DIST_DIR }}/${{ env.BUILD_FOLDER }}/${{ env.PROJECT_NAME }}"]
166166 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
167167
168- sign {
169- application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
170- }
168+ sign {}
171169
172170 # Ask Gon for zip output to force notarization process to take place.
173171 # The CI will ignore the zip output, using the signed binary only.
@@ -178,6 +176,7 @@ jobs:
178176
179177 - name : Sign and notarize binary
180178 env :
179+ AC_APPLICATION_IDENTITY : ${{ vars.AC_APPLICATION_IDENTITY }}
181180 AC_USERNAME : ${{ secrets.AC_USERNAME }}
182181 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
183182 AC_PROVIDER : ${{ vars.AC_PROVIDER }}
Original file line number Diff line number Diff line change @@ -165,9 +165,7 @@ jobs:
165165 source = ["${{ env.DIST_DIR }}/${{ env.BUILD_FOLDER }}/${{ env.PROJECT_NAME }}"]
166166 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
167167
168- sign {
169- application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
170- }
168+ sign {}
171169
172170 # Ask Gon for zip output to force notarization process to take place.
173171 # The CI will ignore the zip output, using the signed binary only.
@@ -178,6 +176,7 @@ jobs:
178176
179177 - name : Sign and notarize binary
180178 env :
179+ AC_APPLICATION_IDENTITY : ${{ vars.AC_APPLICATION_IDENTITY }}
181180 AC_USERNAME : ${{ secrets.AC_USERNAME }}
182181 AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
183182 AC_PROVIDER : ${{ vars.AC_PROVIDER }}
You can’t perform that action at this time.
0 commit comments