Skip to content

Commit e73dabf

Browse files
committed
fix: Linux文件重命名
1 parent 45270fb commit e73dabf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,13 @@ jobs:
9595
cp AirISP-next.exe ${{ github.workspace }}/release/AirISP-next/
9696
cd ${{ github.workspace }}/release
9797
7z a -tzip ${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.zip AirISP-next
98-
98+
99+
- name: Linux rename
100+
if: runner.os == 'Linux'
101+
run : |
102+
cd src-tauri/target/${{ matrix.target.name }}/release
103+
mv air-isp-next AirISP-next
104+
99105
- name: Package
100106
if: runner.os != 'Windows'
101107
run : |

0 commit comments

Comments
 (0)