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
+9
View File
@@ -116,7 +116,16 @@ jobs:
if-no-files-found: error if-no-files-found: error
- name: Gh Release - name: Gh Release
id: gh_release
uses: softprops/action-gh-release@v0.1.14 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: 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 files: ./main/packages/*.ipa
draft: true
prerelease: false