瀏覽代碼

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

Gorka Lerchundi Osa 9 年之前
父節點
當前提交
f82e9f86c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 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