CI: fix don't move file away
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian Zedler 2023-02-18 11:49:31 +01:00
parent aeca2dd47e
commit ec6ee9da3d
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ steps:
- cd receiver
- cargo install cargo-bundle
- cargo bundle --release
- mv target/release/bundle/osx/receiver.app ./receiver.app
- hdiutil create ./receiver-macos-tmp.dmg -ov -volname "ok-ready-go-receiver" -fs HFS+ -srcfolder "target/release/bundle/osx/"
- hdiutil convert ./receiver-macos-tmp.dmg -format UDZO -o ./receiver-macos.dmg
- name: upload