Replaced macOS bundle with zipped executable

This commit is contained in:
PaddiM8 2020-12-12 23:18:29 +01:00
parent 8f48098700
commit f8b86d31f7
2 changed files with 2 additions and 10 deletions

View File

@ -52,16 +52,11 @@ jobs:
- name: Compile
run: |
cargo build --release --verbose
chmod +x run.command
mkdir kalk-macOS
mv run.command kalk-macOS
mv target/release/kalk kalk-macOS
zip -r kalk-macOS.zip kalk-macOS
zip -r kalk-macOS.zip target/release/kalk
- uses: actions/upload-artifact@v2
with:
name: binaries
path: |
target/release/bundle/osx/kalk-macOS.zip
path: kalk-macOS.zip
release_windows:
name: release windows

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd "$(dirname $BASH_SOURCE)"
./kalk