Browse Source

fix: of fix of secfix, use new public key fingerprint

Gorka Lerchundi Osa 9 years ago
parent
commit
f82e9f86c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml.after_success

+ 1 - 1
.travis.yml.after_success

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