Update buildapp.yml

This commit is contained in:
aricloverEXTRA 2026-06-14 03:17:46 -05:00 committed by GitHub
parent 02c0040ce4
commit aa06a68638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
steps:
- name: Checkout Main
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: main
ref: ${{ github.event.inputs.commit_id || github.ref }}
@ -73,7 +73,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- name: Setup Theos
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: theos/theos
ref: master
@ -82,7 +82,7 @@ jobs:
- name: SDK Caching
id: SDK
uses: actions/cache@v4.3.0
uses: actions/cache@v5
env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK
with:
@ -102,7 +102,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: qnblackcat/theos-jailed
ref: master
@ -157,7 +157,7 @@ jobs:
- name: Upload Artifact
if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
@ -169,7 +169,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v2.5.0
uses: softprops/action-gh-release@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}