specify correct full path for fetching ytlite ver
This commit is contained in:
parent
e9f36f6332
commit
574690c075
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue