Skip to content

Commit 4703466

Browse files
authored
Update CI
1 parent cc7ce7e commit 4703466

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
@@ -37,7 +37,7 @@ jobs:
3737
java -jar build/bundle/bob.jar --version
3838
3939
# Build the project
40-
java -jar build/bundle/bob.jar --email a@b.com --auth 123 --texture-compression true --bundle-output build/bundle/${PLATFORM} --platform ${PLATFORM} --architectures ${ARCHITECTURES} --archive --variant debug resolve build bundle
40+
java -jar build/bundle/bob.jar --email a@b.com --auth 123 --texture-compression true --bundle-output build/bundle/${PLATFORM} --platform ${PLATFORM} --architectures ${ARCHITECTURES} --archive --variant release resolve build bundle
4141
4242
# Move to the public directory
4343
mv build/bundle/${PLATFORM}/* build/bundle/public

0 commit comments

Comments
 (0)