From a5209f06e1fd539daffe6b8b7e21868616ac4e57 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:42:00 -0600 Subject: [PATCH] =?UTF-8?q?qnblackcat=E2=80=99s=20buildapp.yml=20to=20uYou?= =?UTF-8?q?Enhanced?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildapp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index cabe9f8..1511fdc 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -70,7 +70,7 @@ jobs: uses: actions/checkout@v4.1.1 with: repository: theos/theos - ref: 9941262c450c0abac524574cb96b9a4cdf5e50f4 + ref: master path: theos submodules: recursive @@ -124,7 +124,7 @@ jobs: cd ${{ github.workspace }}/main sed -i '' "27s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile sed -i '' "26s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile - make package IPA=YouTube.ipa FINALPACKAGE=1 + make package THEOS_PACKAGE_SCHEME=rootless IPA=YouTube.ipa FINALPACKAGE=1 (mv "packages/$(ls -t packages | head -n1)" "packages/uYouEnhanced_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }}.ipa") echo "package=$(ls -t packages | head -n1)" >>$GITHUB_OUTPUT echo -e "==> \033[1mSHASUM256: $(shasum -a 256 packages/*.ipa | cut -f1 -d' ')\033[0m" @@ -138,6 +138,7 @@ jobs: APP_NAME: ${{ inputs.app_name }} - name: Upload Artifact + if: ${{ inputs.upload_artifact }} uses: actions/upload-artifact@v3.1.3 env: UYOU_VERSION: ${{ inputs.uyou_version }}