Skip to content

Commit e015cc5

Browse files
committed
chore: update macOS workflow to replace CSC_LINK with CSC_KEYCHAIN for improved clarity and consistency
1 parent 58cb8aa commit e015cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Package (Mac)
113113
env:
114114
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115-
CSC_LINK: ${{ runner.temp }}/app-signing.keychain-db
115+
CSC_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
116116
run: npm run package:mac:publish
117117

118118
- name: Set version from tag or input (without pre-release)
@@ -121,7 +121,7 @@ jobs:
121121
- name: Package (Mac App Store)
122122
env:
123123
GITHUB_RUN_NUMBER: ${{ github.run_number }}
124-
CSC_LINK: ${{ runner.temp }}/app-signing.keychain-db
124+
CSC_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
125125
run: |
126126
echo "Packaging for Mac App Store..."
127127
npm run package:mac:store

0 commit comments

Comments
 (0)