Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Oct 29, 2021
1 parent e9405b6 commit 1de3b4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ jobs:
- name: Build Plugin
run: ./gradlew buildPlugin

# Store built plugin as an artifact for downloading
- name: Upload artifacts
uses: actions/[email protected]
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:
Expand Down

0 comments on commit 1de3b4f

Please sign in to comment.