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 e765d54 commit f7bfd33Copy full SHA for f7bfd33
.travis.yml
@@ -30,7 +30,12 @@ jobs:
30
- mv /home/travis/build/mroote/build/factorio-server-manager-windows.zip /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip
31
deploy:
32
provider: releases
33
- api_key: ""
+ api_key: "${GITHUB_TOKEN}"
34
+ draft: true
35
+ skip_cleanup: true
36
+ on:
37
+ tags: true
38
+ branch: develop
39
file:
40
- /home/travis/factorio-server-manager-linux-${TRAVIS_TAG}.zip
41
- /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip
0 commit comments