Skip to content

Commit 1aad241

Browse files
committed
rename mac app
1 parent 0d1cf95 commit 1aad241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Zip Mac Bundle
6767
working-directory: ./linetest-gui
68-
run: mv target/release/bundle/osx/linetest.app . && zip -r linetest_app.zip linetest.app
68+
run: mv target/release/bundle/osx/linetest.app linetest-gui.app && zip -r linetest_app.zip linetest-gui.app
6969
if: matrix.os == 'macOS-latest'
7070

7171
- name: Upload Linux Release

0 commit comments

Comments
 (0)