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