We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1cf95 commit 1aad241Copy full SHA for 1aad241
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Zip Mac Bundle
67
working-directory: ./linetest-gui
68
- run: mv target/release/bundle/osx/linetest.app . && zip -r linetest_app.zip linetest.app
+ run: mv target/release/bundle/osx/linetest.app linetest-gui.app && zip -r linetest_app.zip linetest-gui.app
69
if: matrix.os == 'macOS-latest'
70
71
- name: Upload Linux Release
0 commit comments