Use proper name for unzipped server binary

This commit is contained in:
Kienan Stewart 2018-04-08 11:04:56 -04:00
parent 89b0b00d79
commit 552c6fa076
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ job make exports:
- mkdir -p bin - mkdir -p bin
- wget http://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_linux_server.64.zip -O godot3-server.zip - wget http://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_linux_server.64.zip -O godot3-server.zip
- unzip godot3-server.zip - unzip godot3-server.zip
- chmod +x godot3-server - mv Godot_v3.0.2-stable_linux_server.64 bin/godot3-server
- mv godot3-server bin/ - chmod +x bin/godot3-server
script: script:
- GODOT=./bin/godot3-server make export-all - GODOT=./bin/godot3-server make export-all
artifacts: artifacts: