mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-27 17:53:14 +00:00
Fix pull request branch
Fixes inconsistency with the buildapp.yml file from the main branch.
This commit is contained in:
parent
0b864affc7
commit
6d4e0ac2e9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
|
|
||||||
- name: SDK Caching
|
- name: SDK Caching
|
||||||
id: SDK
|
id: SDK
|
||||||
uses: actions/cache@v4.2.4
|
uses: actions/cache@v4.3.0
|
||||||
env:
|
env:
|
||||||
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
||||||
with:
|
with:
|
||||||
|
|
@ -157,7 +157,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: ${{ inputs.upload_artifact }}
|
if: ${{ inputs.upload_artifact }}
|
||||||
uses: actions/upload-artifact@v4.6.2
|
uses: actions/upload-artifact@v5
|
||||||
env:
|
env:
|
||||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||||
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
|
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
|
||||||
|
|
@ -169,7 +169,7 @@ jobs:
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ inputs.create_release }}
|
if: ${{ inputs.create_release }}
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2.3.3
|
uses: softprops/action-gh-release@v2.4.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue