ci: make release script work with busybox.
This commit is contained in:
parent
0c8ff92b9f
commit
820032240a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
JPRM="jprm"
|
||||
|
||||
PLUGIN=Jellyfin.Plugin.SmartPlaylist
|
||||
VERSION=$(grep -Po '^ *version: * "*\K[^"$]+' "${PLUGIN}/build.yaml")
|
||||
VERSION=$(sed -n '/^version:/ s/^version: *//p' "${PLUGIN}/build.yaml")
|
||||
ARTIFACT_DIR=artifacts
|
||||
REPO_URL="https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v${VERSION}/jellyfin-smart-playlist_${VERSION}.dll"
|
||||
|
||||
|
|
Loading…
Reference in a new issue