We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d6213 commit 86569f7Copy full SHA for 86569f7
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
sudo apt-get update && sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev libsoup2.4-dev
19
cargo install cargo-bundle
20
./build_linux.sh
21
- binary: target/release/bundle/deb/twitvault_0.1.0_amd64.deb
+ binary: target/release/bundle/deb/twitvault_0.2.0_amd64.deb
22
- os: macOS-latest
23
command: |
24
rustup target add aarch64-apple-darwin
0 commit comments