mirror of
https://github.com/terhechte/postsack
synced 2024-11-16 06:13:09 +00:00
Deployment should also install cargo bundle
This commit is contained in:
parent
cc28ff8518
commit
17fb57cee9
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -16,11 +16,13 @@ jobs:
|
||||
command: |
|
||||
sudo apt-get update && sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev
|
||||
cd postsack-native
|
||||
cargo install bundle
|
||||
./build_linux.sh
|
||||
binary: target/release/bundle/deb/postsack_1.0.0._x86_64.deb
|
||||
- os: macOS-latest
|
||||
command: |
|
||||
cd postsack-native
|
||||
cargo install bundle
|
||||
./build_mac.sh
|
||||
binary: target/postsack.zip
|
||||
- os: windows-2019
|
||||
|
Loading…
Reference in New Issue
Block a user