sync
This commit is contained in:
parent
6b0336d475
commit
51f22c468d
1 changed files with 10 additions and 14 deletions
24
.github/workflows/publish.yml
vendored
24
.github/workflows/publish.yml
vendored
|
|
@ -163,22 +163,18 @@ jobs:
|
||||||
cargo tauri --version
|
cargo tauri --version
|
||||||
|
|
||||||
- name: Build and upload artifacts
|
- name: Build and upload artifacts
|
||||||
uses: Wandalen/wretry.action@v3
|
uses: tauri-apps/tauri-action@390cbe447412ced1303d35abe75287949e43437a
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
with:
|
with:
|
||||||
attempt_limit: 3
|
projectPath: packages/desktop
|
||||||
attempt_delay: 10000
|
uploadWorkflowArtifacts: true
|
||||||
action: tauri-apps/tauri-action@390cbe447412ced1303d35abe75287949e43437a
|
tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }}
|
||||||
with: |
|
args: --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose
|
||||||
projectPath: packages/desktop
|
updaterJsonPreferNsis: true
|
||||||
uploadWorkflowArtifacts: true
|
releaseId: ${{ needs.version.outputs.release }}
|
||||||
tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }}
|
tagName: ${{ needs.version.outputs.tag }}
|
||||||
args: --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose
|
releaseDraft: true
|
||||||
updaterJsonPreferNsis: true
|
releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext]
|
||||||
releaseId: ${{ needs.version.outputs.release }}
|
|
||||||
tagName: ${{ needs.version.outputs.tag }}
|
|
||||||
releaseDraft: true
|
|
||||||
releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext]
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_BUNDLER_NEW_APPIMAGE_FORMAT: true
|
TAURI_BUNDLER_NEW_APPIMAGE_FORMAT: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue