Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Fix directories in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Apr 7, 2018
1 parent 924e8a4 commit fc0f562
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 @@ -12,7 +12,7 @@ install:
- nvm use node
script:
- dotnet publish --configuration Release
- tar -zcvf release.tar.gz ./bin/Release/netcoreapp2.1/publish/
- cd ./bin/Release/netcoreapp2.1/publish/ && tar -zcvf ../../../../release.tar.gz . && cd -
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit fc0f562

Please sign in to comment.