update buildapp.yml

This commit is contained in:
Balackburn 2024-06-09 21:02:51 +02:00
parent f63d173772
commit e3555c5397

View file

@ -107,7 +107,7 @@ jobs:
rm -rf main/tmp/Payload/YouTube.app/_CodeSignature/CodeResources
rm -rf main/tmp/Payload/YouTube.app/PlugIns/*
cp -R main/Extensions/*.appex main/tmp/Payload/YouTube.app/PlugIns
YTLITE_VERSION=$(grep -o -E 'YTLITE_VERSION :=.*' ${{ github.workspace }}/main/Makefile | cut -d':' -f2 | tr -d ' ')
YTLITE_VERSION=$(curl -s "https://api.github.com/repos/dayanch96/YTLite/releases/latest" | jq -r ".tag_name" | sed 's/v//')
echo "YTLITE_VERSION=$YTLITE_VERSION" >> $GITHUB_ENV
env:
THEOS: ${{ github.workspace }}/theos