]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add GitHub Action to Automatically Publish Release Tarballs
authorW. Felix Handte <w@felixhandte.com>
Thu, 11 Mar 2021 21:06:25 +0000 (16:06 -0500)
committerW. Felix Handte <w@felixhandte.com>
Fri, 12 Mar 2021 17:33:58 +0000 (12:33 -0500)
commit5d1fec8ce1001c3113812df36299787c14fb4beb
tree9a1aec05b8630c9c449b87427cb2334eed349199
parenta3feed8dcd8251036fde4cc6c3fa4d2b00b841d5
Add GitHub Action to Automatically Publish Release Tarballs

This commit introduces a GitHub action that is triggered on release creation,
which creates the release tarball, compresses it, hashes it, signs it, and
attaches all of those files to the release.
.github/workflows/publish-release-artifacts.yml [new file with mode: 0644]