mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 11:42:16 +00:00
Merge 44b2525ee9 into c8d21c0d53
This commit is contained in:
commit
863fef2ea7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/buildapp.yml
vendored
5
.github/workflows/buildapp.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Original idea by @ISnackable. Thanks to him for handling the hardest parts!
|
||||
# https://github.com/ISnackable/YTCubePlus/blob/main/.github/workflows/Build.yml
|
||||
|
||||
|
||||
name: Build and Release uYouEnhanced
|
||||
|
||||
on:
|
||||
|
|
@ -82,7 +83,7 @@ jobs:
|
|||
|
||||
- name: SDK Caching
|
||||
id: SDK
|
||||
uses: actions/cache@v4.3.0
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
||||
with:
|
||||
|
|
@ -169,7 +170,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@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue