Update buildapp.yml

This commit is contained in:
Nguyễn Đạt 2022-10-14 23:52:24 +07:00 committed by GitHub
parent 398660cd98
commit f4a9aeabb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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