Page MenuHomePhabricator

Add sig files to Github release
ClosedPublic

Authored by jasonbcox on Jan 2 2020, 17:23.

Details

Summary

Currently, our release signatures are available on download.bitcoinabc.org but not on the Github release.
This patch fixes that, making the sigs more easy to find by users.

Test Plan

github-release.sh -d -a <asset-path> -o <oauth-token-path> -t v0.20.9
Verify the output indicates the sig files from the previous release would be uploaded.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 2 2020, 17:46

Made the sig file wildcard a bit more restrictive, so as to not accidentally upload sig files from old versions.

This revision was automatically updated to reflect the committed changes.