mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-06 01:37:12 +01:00
Add the full path to minisign
This commit is contained in:
parent
6d1e4a9b5d
commit
45d506efa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user