temp remove travis uploads
This commit is contained in:
parent
f171f20c8d
commit
1eab906bf9
28
.travis.yml
28
.travis.yml
|
@ -24,19 +24,19 @@ jobs:
|
||||||
# - npm i -g npm@latest
|
# - npm i -g npm@latest
|
||||||
# - npm run devInstall
|
# - npm run devInstall
|
||||||
# - npm run build
|
# - npm run build
|
||||||
- stage: GitHub Release
|
# - stage: GitHub Release
|
||||||
script:
|
# script:
|
||||||
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
|
# - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
|
||||||
- git tag $TRAVIS_TAG
|
# - git tag $TRAVIS_TAG
|
||||||
deploy:
|
# deploy:
|
||||||
provider: releases
|
# provider: releases
|
||||||
prerelease: true
|
# prerelease: true
|
||||||
api_key: "$GH_TOKEN"
|
# api_key: "$GH_TOKEN"
|
||||||
cleanup: false
|
# cleanup: false
|
||||||
file:
|
# file:
|
||||||
# - builds/lightcord-win32-ia32.zip
|
# - builds/lightcord-win32-ia32.zip
|
||||||
# - builds/lightcord-win32.exe
|
# - builds/lightcord-win32.exe
|
||||||
- builds/lightcord-linux-x64.zip
|
# - builds/lightcord-linux-x64.zip
|
||||||
- builds/lightcord-darwin.zip
|
# - builds/lightcord-darwin.zip
|
||||||
on:
|
# on:
|
||||||
tags: true
|
# tags: true
|
||||||
|
|
Loading…
Reference in New Issue