mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-17 20:32:10 +00:00
Update buildapp.yml
This commit is contained in:
parent
398660cd98
commit
f4a9aeabb0
1 changed files with 9 additions and 0 deletions
9
.github/workflows/buildapp.yml
vendored
9
.github/workflows/buildapp.yml
vendored
|
|
@ -116,7 +116,16 @@ jobs:
|
|||
if-no-files-found: error
|
||||
|
||||
- name: Gh Release
|
||||
id: gh_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 }}
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue