Skip to content

Commit 0e9e297

Browse files
committed
ci: fix wails release path of mac os
1 parent 4b0b2f0 commit 0e9e297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Package as .dmg
102102
run: |
103103
hdiutil create -volname "onvif-simulator" \
104-
-srcfolder build/bin/onvif-simulator.app \
104+
-srcfolder build/bin/onvif-simulator-gui.app \
105105
-ov -format UDZO \
106106
onvif-simulator-gui-darwin-amd64.dmg
107107

0 commit comments

Comments
 (0)