Skip to content

Commit 30954e9

Browse files
committed
fix: Linux文件重命名
1 parent e73dabf commit 30954e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ jobs:
186186
pnpm install
187187
pnpm tauri build --target aarch64-unknown-linux-gnu
188188
189+
- name: Linux rename
190+
if: runner.os == 'Linux'
191+
run : |
192+
cd src-tauri/target/${{ matrix.target.name }}/release
193+
mv air-isp-next AirISP-next
194+
189195
- name: Package
190196
run : |
191197
mkdir -p ${{ github.workspace }}/release

0 commit comments

Comments
 (0)