mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 17:15:34 +00:00
Updated buildapp.yml
This commit is contained in:
parent
dd1edfca7b
commit
2a9e7cc0ff
1 changed files with 6 additions and 6 deletions
12
.github/workflows/buildapp.yml
vendored
12
.github/workflows/buildapp.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue