diff options
| author | Dax Raad <[email protected]> | 2025-12-15 11:31:38 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-15 11:31:38 -0500 |
| commit | 4107918909ada057d397d431e98ef0e5b6d8543b (patch) | |
| tree | d99f554c3548b81712a519e9a01d057603d952f8 /.github | |
| parent | 6347ee998864d46bf2154404ebc0ca0110cc3c54 (diff) | |
| download | opencode-4107918909ada057d397d431e98ef0e5b6d8543b.tar.gz opencode-4107918909ada057d397d431e98ef0e5b6d8543b.zip | |
20min
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e3df621a..ae31f9554 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -174,7 +174,7 @@ jobs: cargo tauri --version - name: Build and upload artifacts - timeout-minutes: 10 + timeout-minutes: 20 uses: tauri-apps/tauri-action@390cbe447412ced1303d35abe75287949e43437a env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
