update buildapp.yml
This commit is contained in:
parent
f63d173772
commit
e3555c5397
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue