We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d80bde commit 2763084Copy full SHA for 2763084
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
# Run plugin build
80
- name: Run Build
81
- run: ./gradlew clean buildZip --info
+ run: ./gradlew clean pluginZip --info
82
83
# Prepare plugin archive content for creating artifact
84
- name: Prepare Plugin Artifact
0 commit comments