Skip to content

Commit 6e3fcce

Browse files
committed
chore: fix build
1 parent a59cd24 commit 6e3fcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: steps.gradle-build.outcome == 'success'
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: plugin-artifacts
83+
name: plugin-artifacts.zip
8484
path: |
8585
plugins/**/build/libs/*.jar
8686
!plugins/**/build/libs/*-sources.jar

0 commit comments

Comments
 (0)