We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5a50b commit fc39f39Copy full SHA for fc39f39
1 file changed
.travis.yml
@@ -24,7 +24,7 @@ before_deploy:
24
- export FOLDER_TO_ARCHIVE=combell-api-${TRAVIS_TAG}
25
- yarn run release
26
- mv "dist" "${FOLDER_TO_ARCHIVE}"
27
- - tar -czvf combell-api-dist-${TRAVIS_TAG} ${FOLDER_TO_ARCHIVE}
+ - tar -czvf combell-api-dist-${TRAVIS_TAG}.tar.gz ${FOLDER_TO_ARCHIVE}
28
- export FILE_TO_UPLOAD=$(ls *.tar.gz)
29
- ls -al .
30
deploy:
0 commit comments