We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7ce7e commit 4703466Copy full SHA for 4703466
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
java -jar build/bundle/bob.jar --version
38
39
# 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
+ 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
41
42
# Move to the public directory
43
mv build/bundle/${PLATFORM}/* build/bundle/public
0 commit comments