mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +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 }}
|
||||
|
||||
- name: Gh Release
|
||||
if: ${{ inputs.create_release }}
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v0.1.14
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
|
||||
DRAFT: ${{ inputs.create_release }}
|
||||
with:
|
||||
tag_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
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
||||
draft: ${{ env.create_release }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue