Skip to content

Commit 438ebf0

Browse files
committed
docs: link to releases page instead of workflow artifacts
Update binary download link to point to releases page where binaries are permanently available, not temporary workflow artifacts.
1 parent 77a3da0 commit 438ebf0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pip install -e ".[dev]"
7171

7272
### Pre-built Binaries (Standalone)
7373

74-
For systems without Python or pip, download standalone executables from the [GitHub Actions artifacts](https://github.com/slauger/check_netscaler/actions/workflows/pyinstaller.yml):
74+
For systems without Python or pip, download standalone executables from the [Releases page](https://github.com/slauger/check_netscaler/releases):
7575

7676
- **Linux**: `check_netscaler-linux`
7777
- **macOS**: `check_netscaler-macos`
@@ -88,8 +88,6 @@ chmod +x check_netscaler-linux
8888
check_netscaler-windows.exe --help
8989
```
9090

91-
Binaries are built automatically on every push and are available as workflow artifacts for 30 days.
92-
9391
## Quick Start
9492

9593
```bash

0 commit comments

Comments
 (0)