mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 19:21:26 +02:00
Fixed nested folders in the macOS zip, added kalk-macOS-cli file, and updated the guuids in main.wxs
This commit is contained in:
parent
9f5d23dc4f
commit
660b9dcc8b
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -55,11 +55,15 @@ jobs:
|
|||||||
[ ! -f ~/.cargo/bin/cargo-bundle ] && cargo install cargo-bundle
|
[ ! -f ~/.cargo/bin/cargo-bundle ] && cargo install cargo-bundle
|
||||||
cd kalk_cli
|
cd kalk_cli
|
||||||
~/.cargo/bin/cargo-bundle bundle --release --bin kalk
|
~/.cargo/bin/cargo-bundle bundle --release --bin kalk
|
||||||
zip -r ../kalk-macOS.zip ../target/release/bundle/osx/kalk.app
|
mv ../target/release/kalk ../target/release/kalk-macOS-cli
|
||||||
|
cd ../target/release/bundle/osx/kalk.app
|
||||||
|
zip -r kalk-macOS.zip kalk.app
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: kalk-macOS.zip
|
path: |
|
||||||
|
target/release/bundle/osx/kalk-macOS.zip
|
||||||
|
target/release/kalk-macOS-cli
|
||||||
|
|
||||||
release_windows:
|
release_windows:
|
||||||
name: release windows
|
name: release windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user