Skip to content

Commit ea1c49e

Browse files
committed
ci: only upload shaded jar
1 parent 77e7732 commit ea1c49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
uses: actions/upload-artifact@v4
3737
if: success() && contains(github.ref_name, 'main')
3838
with:
39-
path: build/libs/*.jar
39+
path: build/libs/EncryptMyPack-*-shaded.jar

0 commit comments

Comments
 (0)