Get ytlite ver from project instead of manual input #101

Merged
Macleykun merged 4 commits from get-ytlite-ver into main 2024-03-18 11:34:41 +00:00
Showing only changes of commit 574690c075 - Show all commits

View file

@ -98,7 +98,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
echo "YTLITE_VERSION=$(grep ^PACKAGE_VERSION Tweaks/YTLite/Makefile | awk '{print $3}')" >> $GITHUB_ENV
echo "YTLITE_VERSION=$(grep ^PACKAGE_VERSION ${{ github.workspace }}/main/Tweaks/YTLite/Makefile | awk '{print $3}')" >> $GITHUB_ENV
env:
THEOS: ${{ github.workspace }}/theos
YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }}