mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Revert "Fix Theo’s warning about not defining build version" (#169)
* Revert "Fix Theo’s warning about not defining build version (#164)"
This reverts commit 5f5560e41a
.
* Remove empty line
This commit is contained in:
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
@@ -108,7 +108,6 @@ jobs:
|
||||
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 ${{ github.workspace }}/main/Tweaks/YTLite/Makefile | awk '{print $3}')" >> $GITHUB_ENV
|
||||
|
||||
LATEST_RELEASE=$(curl -s "https://api.github.com/repos/dayanch96/YTLite/releases/latest" | jq -r ".tag_name")
|
||||
YTLITE_VERSION=$(echo "$LATEST_RELEASE" | sed 's/v//')
|
||||
echo "YTLITE_VERSION=$YTLITE_VERSION" >> $GITHUB_ENV
|
||||
@@ -134,7 +133,6 @@ jobs:
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
BUNDLE_ID: ${{ inputs.bundle_id }}
|
||||
APP_NAME: ${{ inputs.app_name }}
|
||||
TARGET: "iphone:latest:14.0"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4.3.3
|
||||
|
Reference in New Issue
Block a user