Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
travis: add version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Jul 5, 2018
1 parent 33cccbf commit 17f969a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ install:
script:
- yarn run build
- yarn run pack
- zip --junk-paths mac-release.zip release/*.dmg
- zip --junk-paths mac-falcon-v$(node -p "require('./package.json').version").zip release/*.dmg

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine

addons:
artifacts:
s3_region: us-east-1
paths: mac-release.zip
paths: $(ls mac-falcon-v*.zip | tr "\n" ":")
debug: true

0 comments on commit 17f969a

Please sign in to comment.