From e2b31644affad5890802742a220ba9b937aecc3c 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: Sat, 15 Oct 2022 00:23:25 +0700 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 593bd96..6441a11 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -104,19 +104,10 @@ jobs: THEOS: ${{ github.workspace }}/theos UYOU_VERSION: ${{ inputs.uyou_version }} YOUTUBE_VERSION: ${{ inputs.youtube_version }} - - - name: Upload Artifact - uses: actions/upload-artifact@v3 - env: - UYOU_VERSION: ${{ inputs.uyou_version }} - YOUTUBE_VERSION: ${{ inputs.youtube_version }} - with: - name: uYouPlus_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }} - path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }} - if-no-files-found: error - name: Gh Release - id: gh_release + if: ${{ inputs.create_release }} + id: create_release uses: softprops/action-gh-release@v0.1.14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}