mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-08 01:10:43 +00:00
Update buildapp.yml
This commit is contained in:
parent
e2b31644af
commit
2f4ea4130c
1 changed files with 2 additions and 4 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -106,17 +106,15 @@ jobs:
|
||||||
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
||||||
|
|
||||||
- name: Gh Release
|
- name: Gh Release
|
||||||
if: ${{ inputs.create_release }}
|
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v0.1.14
|
uses: softprops/action-gh-release@v0.1.14
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||||
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
||||||
|
DRAFT: ${{ inputs.create_release }}
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ env.YOUTUBE_VERSION }}-${{ env.UYOU_VERSION }}-(${{ github.run_number }})
|
tag_name: v${{ env.YOUTUBE_VERSION }}-${{ env.UYOU_VERSION }}-(${{ github.run_number }})
|
||||||
name: v${{ env.YOUTUBE_VERSION }}-${{ env.UYOU_VERSION }}-(${{ github.run_number }})
|
name: v${{ env.YOUTUBE_VERSION }}-${{ env.UYOU_VERSION }}-(${{ github.run_number }})
|
||||||
files: ./main/packages/*.ipa
|
files: ./main/packages/*.ipa
|
||||||
draft: true
|
draft: ${{ env.create_release }}
|
||||||
prerelease: false
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue