We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51c8c8 commit d46fa6dCopy full SHA for d46fa6d
1 file changed
.github/workflows/build-release.yml
@@ -118,9 +118,11 @@ jobs:
118
119
- name: Build and release
120
uses: tauri-apps/tauri-action@v0
121
+ timeout-minutes: 60
122
env:
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- # macOS code signing (optional - configure these secrets for signed builds)
124
+ # macOS code signing (configure these secrets for signed builds)
125
+ # Note: Remove APPLE_ID and APPLE_PASSWORD to skip notarization
126
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
127
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
128
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
0 commit comments