We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab98a46 commit f12ec31Copy full SHA for f12ec31
1 file changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
! -path "./.github/*" \
59
! -name ".gitignore" \
60
! -name "$JAR_NAME" \
61
- -print0 | xargs -0 jar cf "$JAR_NAME"
+ -print0 | xargs -0 jar cfm "$JAR_NAME" META-INF/MANIFEST.MF
62
63
- name: Create GitHub release and attach JAR
64
env:
0 commit comments