Skip to content

Commit da49dae

Browse files
committed
fix script invocation in pre-release.yml
1 parent 5596a41 commit da49dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Bundle
9797
run: |
9898
cargo bundle --release
99-
scripts/copy-macos-dylib.sh
99+
scripts/copy-macos-dylib.sh "target/release/bundle/osx/Lan Mouse.app/Contents/MacOS/lan-mouse"
100100
- name: Zip bundle
101101
run: |
102102
cd target/release/bundle/osx
@@ -124,7 +124,7 @@ jobs:
124124
- name: Bundle
125125
run: |
126126
cargo bundle --release
127-
scripts/copy-macos-dylib.sh
127+
scripts/copy-macos-dylib.sh "target/release/bundle/osx/Lan Mouse.app/Contents/MacOS/lan-mouse"
128128
- name: Zip bundle
129129
run: |
130130
cd target/release/bundle/osx

0 commit comments

Comments
 (0)