docs: update README with installation instructions for specific version

This commit is contained in:
Ivan K
2025-02-17 18:28:53 +03:00
parent 91fa2a2859
commit c6d72aa781
2 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Generate install script
run: |
VERSION=${GITHUB_REF#refs/tags/v}
cat > "./filtered-bin/install-v${VERSION}.sh" << 'EOFMARKER'
cat > "./filtered-bin/install.sh" << 'EOFMARKER'
#!/bin/sh
REPO="https://api.github.com/repos/itdoginfo/podkop/releases/tags/v$VERSION"