Skip to content

Commit

Permalink
Update release tarball to put all the files in the archive root.
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Apr 8, 2020
1 parent b743120 commit a1408e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
before_deploy:
- npm run build-standalone
- mv dist/ automation-hub-ui-dist/
- tar -czvf automation-hub-ui-dist.tar.gz automation-hub-ui-dist/
- tar -C automation-hub-ui-dist/ -czvf automation-hub-ui-dist.tar.gz .
deploy:
provider: releases
file: automation-hub-ui-dist.tar.gz
Expand Down

0 comments on commit a1408e9

Please sign in to comment.