Skip to content

Commit 2763084

Browse files
committed
fix: name of gradle task to zip the plugin
1 parent 5d80bde commit 2763084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
# Run plugin build
8080
- name: Run Build
81-
run: ./gradlew clean buildZip --info
81+
run: ./gradlew clean pluginZip --info
8282

8383
# Prepare plugin archive content for creating artifact
8484
- name: Prepare Plugin Artifact

0 commit comments

Comments
 (0)