Skip to content

Commit

Permalink
this should also build...
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Mar 10, 2020
1 parent 8e327d6 commit 9616633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ script:
- cargo build --verbose --release

before_deploy:
- if [[ -f target/release/soundsense-rs.exe ]]; then mv target/release/soundsense-rs.exe "target/release/soundsense-rs-$TRAVIS_TAG-$TRAVIS_OS_NAME.exe"; fi
- if [[ -f target/release/soundsense-rs ]]; then mv target/release/soundsense-rs "target/release/soundsense-rs-$TRAVIS_TAG-$TRAVIS_OS_NAME"; fi
- if [[ $RELEASE_TAG ]]; then git tag $RELEASE_TAG; fi
- if [[ $RELEASE_TAG && -f target/release/soundsense-rs.exe ]]; then mv target/release/soundsense-rs.exe "target/release/soundsense-rs-$RELEASE_TAG-$TRAVIS_OS_NAME.exe"; fi
- if [[ $RELEASE_TAG && -f target/release/soundsense-rs ]]; then mv target/release/soundsense-rs "target/release/soundsense-rs-$RELEASE_TAG-$TRAVIS_OS_NAME"; fi

deploy:
- provider: releases
Expand Down

0 comments on commit 9616633

Please sign in to comment.