We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSC_LINK
CSC_KEYCHAIN
1 parent 58cb8aa commit e015cc5Copy full SHA for e015cc5
.github/workflows/build-mac.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Package (Mac)
113
env:
114
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
- CSC_LINK: ${{ runner.temp }}/app-signing.keychain-db
+ CSC_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
116
run: npm run package:mac:publish
117
118
- name: Set version from tag or input (without pre-release)
@@ -121,7 +121,7 @@ jobs:
121
- name: Package (Mac App Store)
122
123
GITHUB_RUN_NUMBER: ${{ github.run_number }}
124
125
run: |
126
echo "Packaging for Mac App Store..."
127
npm run package:mac:store
0 commit comments