Skip to content
Snippets Groups Projects
Unverified Commit bdc1d4e6 authored by Louis's avatar Louis :fire:
Browse files

Move back out of release dir

parent 03483e10
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ before_deploy:
- mkdir dist
- cd target/release
- tar -cvzf swerve-$TRAVIS_BRANCH.$TARGET.tar.gz swerve
- cp swerve-$TRAVIS_BRANCH.$TARGET.tar.gz ../../dist
- cd ../..
- cp target/release/swerve-$TRAVIS_BRANCH.$TARGET.tar.gz dist
deploy:
- provider: releases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment