Skip to content

Commit

Permalink
fix binary location in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Budi Prakosa committed Aug 17, 2020
1 parent fbbc6c1 commit 778cb19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
- tar -zxvf ${CASHER_DIR}/linux-binaries-fetch.tgz
- tar -zxvf ${CASHER_DIR}/osx-binaries-fetch.tgz
- tar -zxvf ${CASHER_DIR}/windows-binaries-fetch.tgz
- mv home/travis/build/badgeek/svg2shenzhen/bitmap2component_linux64 ./bitmap2component_linux64
- mv ./C:/Users/travis/build/badgeek/svg2shenzhen/bitmap2component.exe ./bitmap2component.exe
- mv home/travis/build/badgeek/svg2shenzhen/bitmap2component_linux64 ./inkscape/svg2shenzhen/bitmap2component_linux64
- mv ./C:/Users/travis/build/badgeek/svg2shenzhen/bitmap2component.exe ./inkscape/svg2shenzhen/bitmap2component.exe
- mv ./bitmap2component_osx ./inkscape/svg2shenzhen/
- sh build.sh
deploy:
provider: releases
Expand Down

0 comments on commit 778cb19

Please sign in to comment.