Skip to content

Commit 5f5a50b

Browse files
committed
fix: proper archive filename
1 parent 279fe2e commit 5f5a50b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ before_deploy:
2424
- export FOLDER_TO_ARCHIVE=combell-api-${TRAVIS_TAG}
2525
- yarn run release
2626
- mv "dist" "${FOLDER_TO_ARCHIVE}"
27-
- tar -czvf ${FILE_TO_UPLOAD} ${FOLDER_TO_ARCHIVE}
28-
- export FILE_TO_UPLOAD=combell-api-dist-$(ls *.tar.gz)
27+
- tar -czvf combell-api-dist-${TRAVIS_TAG} ${FOLDER_TO_ARCHIVE}
28+
- export FILE_TO_UPLOAD=$(ls *.tar.gz)
2929
- ls -al .
3030
deploy:
3131
provider: releases

0 commit comments

Comments
 (0)