Skip to content

Commit 88a0bef

Browse files
committed
fix(ci): release names
1 parent 55df19d commit 88a0bef

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
- name: Create Desktop App release
8686
uses: softprops/action-gh-release@v2
8787
with:
88-
name: Keyless Desktop ${{ github.ref_name }}
88+
name: keyless Desktop ${{ github.ref_name }}
8989
body: |
90-
## Keyless Desktop Release
90+
## keyless Desktop Release
9191
92-
Desktop application version of Keyless with GUI.
92+
Desktop application version of keyless with GUI.
9393
9494
Download the installer for your platform:
9595
- Linux: `.deb` or `.rpm` package

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
- name: Create TUI release
7979
uses: softprops/action-gh-release@v2
8080
with:
81-
name: Keyless TUI ${{ github.ref_name }}
81+
name: keyless TUI ${{ github.ref_name }}
8282
body: |
83-
## Keyless TUI Release
83+
## keyless TUI Release
8484
85-
Command-line terminal UI version of Keyless.
85+
Command-line terminal UI version of keyless.
8686
8787
Download the binary for your platform:
8888
- Linux: `keyless-linux-x86_64`

keyless-models/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# keyless-models
22

3-
HTTP/HF helpers and model metadata/cache utilities for Keyless.
3+
HTTP/HF helpers and model metadata/cache utilities for keyless.
44

55
## Features
66
- Reqwest-only HTTP
@@ -29,7 +29,7 @@ HTTP/HF helpers and model metadata/cache utilities for Keyless.
2929
- `workers.rs`: Background workers for size fetching (TUI integration)
3030

3131
## Cache paths
32-
- Keyless model cache: `~/.cache/keyless/models/<org>--<repo>/...`
32+
- keyless model cache: `~/.cache/keyless/models/<org>--<repo>/...`
3333
- Contains downloaded `config.json`, `tokenizer.json`, `model.safetensors`
3434
- Local discovery scans this directory only
3535
- Sizes TTL JSON: `~/.cache/keyless/meta/models.json`

0 commit comments

Comments
 (0)