From f4a9aeabb0e352d4b31f4507d646e894d9f0b10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:52:24 +0700 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 81b8107..593bd96 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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