mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-01 06:09:08 +03:00
docs: update README with installation instructions for specific version
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user