Skip to content

Commit

Permalink
Add the full path to minisign
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 9, 2019
1 parent 6d1e4a9 commit 45d506e
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 @@ -228,10 +228,10 @@ before_deploy:
- mkdir -p /tmp/bin
- gcc -O2 -o /tmp/bin/minisign -D_GNU_SOURCE *.c -lsodium
- cd -
- minisign -v
- /tmp/bin/minisign -v
- echo '#' > /tmp/minisign.key
- echo "$MINISIGN_SK" >> /tmp/minisign.key
- echo | minisign -s /tmp/minisign.key -Sm dnscrypt-proxy-*.tar.gz dnscrypt-proxy-*.zip
- echo | /tmp/bin/minisign -s /tmp/minisign.key -Sm dnscrypt-proxy-*.tar.gz dnscrypt-proxy-*.zip

before_install:
- NDK_VER=r18
Expand Down

0 comments on commit 45d506e

Please sign in to comment.