Skip to content

Commit f79ca48

Browse files
committed
artifact ids on 32bit builds
1 parent 426d02b commit f79ca48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ if (System.getProperty("os.arch").matches("^(x8632|x86|i[3-6]86|ia32|x32)\$")) a
356356

357357

358358
if (arch32) {
359-
def client32Name = os.startsWith('windows') ? 'battlecode-client-win-32' :
359+
def client32Name = os.startsWith('windows') ? 'battlecode21-client-win-32' :
360360
os.startsWith('mac') ? 'UNSUPPORTED' :
361-
'battlecode-client-linux-32'
361+
'battlecode21-client-linux-32'
362362

363363
if (clientName.equals('UNSUPPORTED')) {
364364
println 'Sorry, the Battlecode client does not support 32-bit architectures for OS X.'

0 commit comments

Comments
 (0)