Updated buildapp.yml

This commit is contained in:
Balackburn 2026-02-05 21:25:17 +01:00
parent dd1edfca7b
commit 2a9e7cc0ff

View file

@ -60,7 +60,7 @@ jobs:
steps: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v4 uses: actions/checkout@v4.2.2
with: with:
path: main path: main
ref: ${{ github.event.inputs.commit_id || github.ref }} ref: ${{ github.event.inputs.commit_id || github.ref }}
@ -70,7 +70,7 @@ jobs:
run: brew install ldid dpkg make run: brew install ldid dpkg make
- name: Download Theos - name: Download Theos
uses: actions/checkout@v4 uses: actions/checkout@v4.2.2
with: with:
repository: theos/theos repository: theos/theos
ref: master ref: master
@ -79,7 +79,7 @@ jobs:
- name: iOS SDK Caching - name: iOS SDK Caching
id: SDK id: SDK
uses: actions/cache@v4 uses: actions/cache@v4.2.0
env: env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK cache-name: iOS-${{ inputs.sdk_version }}-SDK
with: with:
@ -100,7 +100,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Download Theos Jailed - name: Download Theos Jailed
uses: actions/checkout@v4 uses: actions/checkout@v4.2.2
with: with:
repository: qnblackcat/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master
@ -189,7 +189,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
if: ${{ inputs.upload_artifact }} if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4.5.0
with: with:
name: YTLitePlus_${{ env.YT_VERSION }}_${{ env.YTLITE_VERSION }} name: YTLitePlus_${{ env.YT_VERSION }}_${{ env.YTLITE_VERSION }}
path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }} path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }}
@ -216,7 +216,7 @@ jobs:
- name: Create Draft Release - name: Create Draft Release
if: ${{ inputs.create_release }} if: ${{ inputs.create_release }}
id: create_release id: create_release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2.2.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: