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.
1 parent 013dd44 commit 42cdd86Copy full SHA for 42cdd86
.github/workflows/deploy-tauri.yml
@@ -115,7 +115,7 @@ jobs:
115
with:
116
certificate: ${{ env.APPLE_CERTIFICATE }}
117
certificate-password: ${{ env.APPLE_CERTIFICATE_PASSWORD }}
118
- certificate-regex: 'Developer ID Application'
+ certificate-regex: Developer ID Application
119
keychain-password: ${{ env.KEYCHAIN_PASSWORD }}
120
- name: Build Web app
121
run: |
0 commit comments