Skip to content

Commit ce94a85

Browse files
committed
repush
1 parent 282c705 commit ce94a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
javac -d ${{ env.OUT_DIR }} src/*.java
4545
# Generate a temporary manifest file using echo
4646
echo "Main-Class: ${{ env.MAIN_CLASS }}" > customManifest.txt
47-
jar cvf ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
47+
jar cvfm ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
48+
customManifest.txt \
4849
-C ${{ env.OUT_DIR }} ./ \
4950
-C ./ assets/
5051

0 commit comments

Comments
 (0)