Skip to content

Commit

Permalink
feat: update to tauri 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Oct 20, 2024
1 parent 92fc68f commit 57c9e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ jobs:
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
run: cargo tauri build --verbose
run: |
cat src-tauri/tauri.conf.json
cargo tauri build
- name: Upload linux AppImage
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit 57c9e38

Please sign in to comment.