Skip to content

Commit 439f733

Browse files
authored
Remove manifest (#2)
* Delete META-INF directory * Removed manifest from JAR creation command
1 parent 4a2d2ec commit 439f733

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
! -path "./.github/*" \
5959
! -name ".gitignore" \
6060
! -name "$JAR_NAME" \
61-
-print0 | xargs -0 jar cfm "$JAR_NAME" META-INF/MANIFEST.MF
61+
-print0 | xargs -0 jar cf "$JAR_NAME"
6262
6363
- name: Create GitHub release and attach JAR
6464
env:

META-INF/MANIFEST.MF

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)