Skip to content

Commit

Permalink
fix: Linux文件重命名
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 18, 2024
1 parent e73dabf commit 30954e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ jobs:
pnpm install
pnpm tauri build --target aarch64-unknown-linux-gnu
- name: Linux rename
if: runner.os == 'Linux'
run : |
cd src-tauri/target/${{ matrix.target.name }}/release
mv air-isp-next AirISP-next
- name: Package
run : |
mkdir -p ${{ github.workspace }}/release
Expand Down

0 comments on commit 30954e9

Please sign in to comment.