Skip to content

Commit

Permalink
Add uploading of artifact and signing the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed May 28, 2024
1 parent eb99824 commit 8a0d750
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info
./gradlew check buildPlugin signPlugin --info
- name: Upload built plugin
uses: actions/upload-artifact@v4
with:
name: plugin
path: build/distributions/*.zip

0 comments on commit 8a0d750

Please sign in to comment.