We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21b431 commit 3ededb0Copy full SHA for 3ededb0
.travis.yml
@@ -23,8 +23,8 @@ jobs:
23
- make gen_release
24
- pwd
25
- 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
+ - mv build/factorio-server-manager-linux.zip ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
+ - mv build/factorio-server-manager-windows.zip ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
28
deploy:
29
provider: releases
30
api_key: "${GITHUB_TOKEN}"
0 commit comments