CI: fix split commands
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian Zedler 2023-02-18 11:10:40 +01:00
parent 95638aaa70
commit 10c98c2268
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 10 additions and 10 deletions

View File

@ -33,16 +33,16 @@ steps:
- cargo bundle --release
- mv target/release/bundle/osx/receiver.app ./receiver.app
- brew install create-dmg
create-dmg \
--volname "ok-ready-go-receiver" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon "receiver.app" 200 190 \
--hide-extension "receiver.app" \
--app-drop-link 600 185 \
"receiver-macos.dmg" \
"./"
- create-dmg \
--volname "ok-ready-go-receiver" \
--window-pos 200 120 \
--window-size 800 400 \
--icon-size 100 \
--icon "receiver.app" 200 190 \
--hide-extension "receiver.app" \
--app-drop-link 600 185 \
"receiver-macos.dmg" \
"./"
- name: upload
environment:
GITEA_USER: