Skip to content

Commit 6879e5e

Browse files
committed
fix: upgrade workflow file
1 parent 8a3339e commit 6879e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt-get update
4444
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
4545
- name: build in release mode
46-
run: cargo tauri build
46+
run: sudo cargo tauri build
4747
- uses: tauri-apps/tauri-action@v0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tauri-build = { version = "1.5.2", features = [] }
1414

1515
[dependencies]
1616
common = { path = "../common" }
17-
tauri = { version = "1.6.5", features = ["shell-open", "fs-all"] }
17+
tauri = { version = "1.6.6", features = ["shell-open", "fs-all"] }
1818
serde = { version = "1.0.193", features = ["derive"] }
1919
serde_json = "1.0.108"
2020
tokio = "1.37.0"

0 commit comments

Comments
 (0)