testing
Some checks failed
Build Latest / AlaskarTV (push) Failing after 58s

This commit is contained in:
nomadics9 2025-01-06 00:46:25 +03:00
parent f475d37251
commit 52c88d0050
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
run: | run: |
# Read values from version.txt # Read values from version.txt
APPLICATION_ID=$(grep '^APPLICATION_ID=' version.txt | cut -d '=' -f 2) APPLICATION_ID=$(grep '^APPLICATION_ID=' version.txt | cut -d '=' -f 2)
VERSION_NAME=$(grep '^VERSION_NAME=' version.txt | cut -d '=v' -f 2) VERSION_NAME=$(grep '^VERSION_NAME=' version.txt | awk -F '=v' '{print $2}')
VERSION_CODE=$(grep '^VERSION_CODE=' version.txt | cut -d '=' -f 2) VERSION_CODE=$(grep '^VERSION_CODE=' version.txt | cut -d '=' -f 2)
TAG=$(cat release.txt) # Read the tag from release.txt TAG=$(cat release.txt) # Read the tag from release.txt
RELEASE_NOTES=$(curl -s "https://api.github.com/repos/jellyfin/jellyfin-androidtv/releases/tags/$TAG" | jq -r '.body') RELEASE_NOTES=$(curl -s "https://api.github.com/repos/jellyfin/jellyfin-androidtv/releases/tags/$TAG" | jq -r '.body')

View file

@ -1,2 +1 @@
v0.18.3 v0.18.3