Revert "Fix Theo’s warning about not defining build version" #169
1 changed files with 0 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue