File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,22 +163,18 @@ jobs:
163163 cargo tauri --version
164164
165165 - name : Build and upload artifacts
166- uses : Wandalen/wretry. action@v3
166+ uses : tauri-apps/tauri- action@390cbe447412ced1303d35abe75287949e43437a
167167 timeout-minutes : 60
168168 with :
169- attempt_limit : 3
170- attempt_delay : 10000
171- action : tauri-apps/tauri-action@390cbe447412ced1303d35abe75287949e43437a
172- with : |
173- projectPath: packages/desktop
174- uploadWorkflowArtifacts: true
175- tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }}
176- args: --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose
177- updaterJsonPreferNsis: true
178- releaseId: ${{ needs.version.outputs.release }}
179- tagName: ${{ needs.version.outputs.tag }}
180- releaseDraft: true
181- releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext]
169+ projectPath : packages/desktop
170+ uploadWorkflowArtifacts : true
171+ tauriScript : ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }}
172+ args : --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose
173+ updaterJsonPreferNsis : true
174+ releaseId : ${{ needs.version.outputs.release }}
175+ tagName : ${{ needs.version.outputs.tag }}
176+ releaseDraft : true
177+ releaseAssetNamePattern : opencode-desktop-[platform]-[arch][ext]
182178 env :
183179 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
184180 TAURI_BUNDLER_NEW_APPIMAGE_FORMAT : true
You can’t perform that action at this time.
0 commit comments