We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45270fb commit e73dabfCopy full SHA for e73dabf
.github/workflows/release.yml
@@ -95,7 +95,13 @@ jobs:
95
cp AirISP-next.exe ${{ github.workspace }}/release/AirISP-next/
96
cd ${{ github.workspace }}/release
97
7z a -tzip ${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.zip AirISP-next
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
105
- name: Package
106
if: runner.os != 'Windows'
107
run : |
0 commit comments