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 6fa3f53 commit f81518eCopy full SHA for f81518e
.github/workflows/deployment.yml
@@ -129,7 +129,7 @@ jobs:
129
# Use Java's packaging tool to create "JabRef.app"
130
jpackage \
131
--module org.jabref/org.jabref.Launcher \
132
- --module-path ${{env.JAVA_HOME}}/jmods/:build/jlinkbase/jlinkjars \
+ --module-path $JAVA_HOME/jmods/:build/jlinkbase/jlinkjars \
133
--add-modules org.jabref,org.jabref.merged.module \
134
--add-modules jdk.incubator.vector \
135
--dest build/distribution \
0 commit comments