Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 01eb9ad

Browse files
authored
Merge pull request #996 from per1234/AC_APPLICATION_IDENTITY
Define macOS code signing identity via AC_APPLICATION_IDENTITY environment variable
2 parents c2a5278 + b9721b5 commit 01eb9ad

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎.github/workflows/publish-go-nightly-task.yml‎

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

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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /