Skip to content

Commit

Permalink
Generate deatched signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Nov 22, 2015
1 parent d9ac52c commit 6e8413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml.after_success
Original file line number Diff line number Diff line change
Expand Up @@ -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" --sign "${i}"
gpg -u 0xBD7BF0DC --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

0 comments on commit 6e8413d

Please sign in to comment.