mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 10:00:51 +01: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
|
||||
cd kalk_cli
|
||||
~/.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
|
||||
with:
|
||||
name: binaries
|
||||
path: kalk-macOS.zip
|
||||
path: |
|
||||
target/release/bundle/osx/kalk-macOS.zip
|
||||
target/release/kalk-macOS-cli
|
||||
|
||||
release_windows:
|
||||
name: release windows
|
||||
|
Loading…
Reference in New Issue
Block a user