Skip to content

Commit fc39f39

Browse files
committed
fix: missed .tar.gz file extension after archiving
1 parent 5f5a50b commit fc39f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_deploy:
2424
- export FOLDER_TO_ARCHIVE=combell-api-${TRAVIS_TAG}
2525
- yarn run release
2626
- mv "dist" "${FOLDER_TO_ARCHIVE}"
27-
- tar -czvf combell-api-dist-${TRAVIS_TAG} ${FOLDER_TO_ARCHIVE}
27+
- tar -czvf combell-api-dist-${TRAVIS_TAG}.tar.gz ${FOLDER_TO_ARCHIVE}
2828
- export FILE_TO_UPLOAD=$(ls *.tar.gz)
2929
- ls -al .
3030
deploy:

0 commit comments

Comments
 (0)