File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66 pull_request :
7- branches : [master ]
7+ branches : [main ]
88
99env :
1010 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ Contributions are welcome!
1313
1414## Download
1515
16- GitHub Actions automatically creates builds when new commits are pushed to the ` master ` branch.
16+ GitHub Actions automatically creates builds when new commits are pushed to the ` main ` branch.
1717You can download the prebuilt binaries for x86_64 Windows, Linux (Ubuntu), and macOS.
1818
1919| Platform |
2020| ------------------------------------------------------------------------------------------------------------------- |
21- | [ Linux (x86_64)] ( https://nightly.link/jpochyla/psst/workflows/build/master /psst-gui-x86_64-unknown-linux-gnu.zip ) |
22- | [ Linux (aarch64)] ( https://nightly.link/jpochyla/psst/workflows/build/master /psst-gui-aarch64-unknown-linux-gnu.zip ) |
23- | [ Debian Package (amd64)] ( https://nightly.link/jpochyla/psst/workflows/build/master /psst-deb-amd64.zip ) |
24- | [ Debian Package (arm64)] ( https://nightly.link/jpochyla/psst/workflows/build/master /psst-deb-arm64.zip ) |
25- | [ MacOS] ( https://nightly.link/jpochyla/psst/workflows/build/master /Psst.dmg.zip ) |
26- | [ Windows] ( https://nightly.link/jpochyla/psst/workflows/build/master /Psst.exe.zip ) |
21+ | [ Linux (x86_64)] ( https://nightly.link/jpochyla/psst/workflows/build/main /psst-gui-x86_64-unknown-linux-gnu.zip ) |
22+ | [ Linux (aarch64)] ( https://nightly.link/jpochyla/psst/workflows/build/main /psst-gui-aarch64-unknown-linux-gnu.zip ) |
23+ | [ Debian Package (amd64)] ( https://nightly.link/jpochyla/psst/workflows/build/main /psst-deb-amd64.zip ) |
24+ | [ Debian Package (arm64)] ( https://nightly.link/jpochyla/psst/workflows/build/main /psst-deb-arm64.zip ) |
25+ | [ MacOS] ( https://nightly.link/jpochyla/psst/workflows/build/main /Psst.dmg.zip ) |
26+ | [ Windows] ( https://nightly.link/jpochyla/psst/workflows/build/main /Psst.exe.zip ) |
2727
2828Unofficial builds of Psst are also available through the [ AUR] ( https://aur.archlinux.org/packages/psst-git ) and [ Homebrew] ( https://formulae.brew.sh/cask/psst ) .
2929
You can’t perform that action at this time.
0 commit comments