Skip to content

Commit f81518e

Browse files
authored
Fix environment variable JAVA_HOME (#13054)
1 parent 6fa3f53 commit f81518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# Use Java's packaging tool to create "JabRef.app"
130130
jpackage \
131131
--module org.jabref/org.jabref.Launcher \
132-
--module-path ${{env.JAVA_HOME}}/jmods/:build/jlinkbase/jlinkjars \
132+
--module-path $JAVA_HOME/jmods/:build/jlinkbase/jlinkjars \
133133
--add-modules org.jabref,org.jabref.merged.module \
134134
--add-modules jdk.incubator.vector \
135135
--dest build/distribution \

0 commit comments

Comments
 (0)