Skip to content

Commit d46fa6d

Browse files
committed
fix: add 60-minute timeout to build step
1 parent a51c8c8 commit d46fa6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ jobs:
118118

119119
- name: Build and release
120120
uses: tauri-apps/tauri-action@v0
121+
timeout-minutes: 60
121122
env:
122123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123-
# 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
124126
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
125127
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
126128
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}

0 commit comments

Comments
 (0)