|
@@ -20,7 +20,7 @@ REPONAME=$(echo ${TRAVIS_REPO_SLUG} | cut -d"/" -f2)
|
|
|
# s6 overlay binaries
|
|
|
for i in $HOME/dist/*.tar.gz; do
|
|
|
name=$(basename ${i})
|
|
|
- gpg -u 0xBD7BF0DC --output "${i}.sig" --detach-sig "${i}"
|
|
|
+ gpg -u 0x3B2FD161 --output "${i}.sig" --detach-sig "${i}"
|
|
|
./github-release upload --user "${USERNAME}" --repo "${REPONAME}" --tag "${TRAVIS_TAG}" --name "${name}" --file "${i}"
|
|
|
./github-release upload --user "${USERNAME}" --repo "${REPONAME}" --tag "${TRAVIS_TAG}" --name "${name}.sig" --file "${i}.sig"
|
|
|
done
|