Skip to content

Commit

Permalink
Fix tauri args for Linux CI (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 authored Feb 20, 2025
1 parent 333c819 commit 9bc962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- platform: "ubuntu-22.04"
args: "--target x86_64-unknown-linux-gnu"
target: x86_64-unknown-linux-gnu
tauri-args: "--target x86_64-unknown-linux-gnu"
tauri-args: ""
os_type: "linux"

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 9bc962f

Please sign in to comment.