Skip to content

Commit

Permalink
fix: 不需要--release的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 17, 2024
1 parent f8a8b77 commit fce9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ jobs:
- name: Build
run: |
cross tauri build --release --target ${{ matrix.target.name }}
cross tauri build --target ${{ matrix.target.name }}

0 comments on commit fce9053

Please sign in to comment.