We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1bdcf commit 1697a51Copy full SHA for 1697a51
2 files changed
.github/workflows/desktop-release.yml
@@ -88,9 +88,9 @@ jobs:
88
name: Keyless Desktop ${{ github.ref_name }}
89
body: |
90
## Keyless Desktop Release
91
-
+
92
Desktop application version of Keyless with GUI.
93
94
Download the installer for your platform:
95
- Linux: `.deb` or `.rpm` package
96
- macOS: `.dmg` installer
.github/workflows/release.yml
@@ -81,9 +81,9 @@ jobs:
81
name: Keyless TUI ${{ github.ref_name }}
82
83
## Keyless TUI Release
84
85
Command-line terminal UI version of Keyless.
86
87
Download the binary for your platform:
- Linux: `keyless-linux-x86_64`
- macOS (Intel): `keyless-macos-x86_64`
0 commit comments