Skip to content

Commit

Permalink
#2037: DO IT AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 14, 2020
1 parent df80fee commit 58fa124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -167,6 +167,7 @@ jobs:
script:
- if [ -z "$TRAVIS_TAG" ]; then node ./scripts/dev-version.js; fi
- yarn pkg:full
- PowerShell -NoProfile -ExecutionPolicy Bypass -Command scripts/build-win32.ps1
- cp -rf dist/lando.exe release/lando-latest-dev.exe
- cp -rf dist/lando.exe release/lando-$TRAVIS_COMMIT-dev.exe
- if [ ! -z "$TRAVIS_TAG" ]; then cp -rf dist/lando.exe release/lando-$TRAVIS_TAG.exe; fi
Expand Down

0 comments on commit 58fa124

Please sign in to comment.