Skip to content

Commit 3ededb0

Browse files
committed
zips are in build subdirectory
1 parent c21b431 commit 3ededb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- make gen_release
2424
- pwd
2525
- ls -al
26-
- mv factorio-server-manager-linux.zip ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
27-
- mv factorio-server-manager-windows.zip ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
26+
- mv build/factorio-server-manager-linux.zip ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
27+
- mv build/factorio-server-manager-windows.zip ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
2828
deploy:
2929
provider: releases
3030
api_key: "${GITHUB_TOKEN}"

0 commit comments

Comments
 (0)