更新action配置。
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -60,11 +60,12 @@ jobs: | |||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|           sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf |           sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf | ||||||
|       - name: install frontend dependencies |       - name: install frontend dependencies | ||||||
|         run: yarn install # change this to npm or pnpm depending on which one you use |         run: pnpm install # change this to npm or pnpm depending on which one you use | ||||||
|       - uses: tauri-apps/tauri-action@v0 |       - uses: tauri-apps/tauri-action@v0 | ||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         with: |         with: | ||||||
|  |           tauriScript: pnpm tauri | ||||||
|           releaseId: ${{ needs.create-release.outputs.release_id }} |           releaseId: ${{ needs.create-release.outputs.release_id }} | ||||||
|  |  | ||||||
|   publish-release: |   publish-release: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user