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