Skip to content

Commit 273cb01

Browse files
committed
Update main.yml
1 parent b0d543c commit 273cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
jpackage "@src/main/package/jpackage.cfg" "@src/main/package/jpackage-${{matrix.runs_on}}.cfg" \
158158
--main-jar "RobotOverlord-$APP_VERSION-with-dependencies.jar" \
159-
--runtime-image img \
159+
# --runtime-image img \
160160
--name "$APP_NAME"
161161
BINARY=$(find . -maxdepth 1 -iname 'robotoverlord*' | grep -E '(msi$|dmg$|deb$)' | sed "s,./,," | head -1)
162162
BINARY_NIGHTLY=$(echo $BINARY | sed 's/\(.*\)\.\(.*\)/\1-nightly-$$.\2/')

0 commit comments

Comments
 (0)