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 9abb600 commit edad506Copy full SHA for edad506
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
jar cvfm ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
49
customManifest.txt \
50
-C ${{ env.OUT_DIR }} ./ \
51
- -C ./ assets/
+ -C ./ assets/ \
52
-C lib .
53
54
0 commit comments