mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 18:30:18 +00:00
Restore Nov 6 2025 buildapp.yml
Exception: updated softprops to v2.5.0
This commit is contained in:
parent
640c591dec
commit
b04e895819
1 changed files with 4 additions and 7 deletions
11
.github/workflows/buildapp.yml
vendored
11
.github/workflows/buildapp.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
inputs:
|
||||
sdk_version:
|
||||
description: "iOS SDK Version"
|
||||
default: "26.0"
|
||||
default: "17.5"
|
||||
required: true
|
||||
type: string
|
||||
uyou_version:
|
||||
|
|
@ -54,7 +54,7 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
name: Build uYouEnhanced
|
||||
runs-on: macos-26
|
||||
runs-on: macos-14
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
|
@ -141,13 +141,10 @@ jobs:
|
|||
id: build_package
|
||||
run: |
|
||||
cd ${{ github.workspace }}/main
|
||||
export THEOS_SDK_NAME=iPhoneOS${{ inputs.sdk_version }}.sdk
|
||||
export SDKVERSION=${{ inputs.sdk_version }}
|
||||
export SYSROOT=$THEOS/sdks/$THEOS_SDK_NAME
|
||||
sed -i '' "30s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile # Modify the bundle ID
|
||||
sed -i '' "29s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile # Modify the app name
|
||||
sed -i '' "1s#.*#export TARGET = iphone:clang:${{ inputs.sdk_version }}:14.0#g" Makefile # Modify the SDK version
|
||||
make package THEOS_PACKAGE_SCHEME=rootless IPA=Payload/YouTube.app FINALPACKAGE=1 SDKVERSION=${{ inputs.sdk_version }}
|
||||
make package THEOS_PACKAGE_SCHEME=rootless IPA=Payload/YouTube.app FINALPACKAGE=1
|
||||
echo "package=$(ls -t packages | head -n1)" >>$GITHUB_OUTPUT
|
||||
echo -e "==> \033[1mSHASUM256: $(shasum -a 256 packages/*.ipa | cut -f1 -d' ')\033[0m"
|
||||
echo -e "==> \033[1mBundle ID: ${{ env.BUNDLE_ID }}\033[0m"
|
||||
|
|
@ -172,7 +169,7 @@ jobs:
|
|||
- name: Create Release
|
||||
if: ${{ inputs.create_release }}
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2.4.1
|
||||
uses: softprops/action-gh-release@v2.5.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue