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 282c705 commit ce94a85Copy full SHA for ce94a85
.github/workflows/main.yml
@@ -44,7 +44,8 @@ jobs:
44
javac -d ${{ env.OUT_DIR }} src/*.java
45
# Generate a temporary manifest file using echo
46
echo "Main-Class: ${{ env.MAIN_CLASS }}" > customManifest.txt
47
- jar cvf ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
+ jar cvfm ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
48
+ customManifest.txt \
49
-C ${{ env.OUT_DIR }} ./ \
50
-C ./ assets/
51
0 commit comments