From 1de3b4f616dd15c548c2aaa42efcf5fbc72f4409 Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Fri, 29 Oct 2021 11:03:57 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b45bdbd..a29847d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,13 +134,6 @@ jobs: - name: Build Plugin run: ./gradlew buildPlugin - # Store built plugin as an artifact for downloading - - name: Upload artifacts - uses: actions/upload-artifact@v2.2.4 - with: - name: "${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}" - path: ./build/distributions/* - # Prepare a draft release for GitHub Releases page for the manual verification # If accepted and published, release workflow would be triggered releaseDraft: