Skip to content
Snippets Groups Projects
Commit 34ee428a authored by Christoph Witzko's avatar Christoph Witzko
Browse files

feat: add checksums.txt to every release

parent 8e58dbba
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ export VERSION=$(cat .version)
gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X main.SRVERSION=$VERSION" -output="bin/{{.Dir}}_v"$VERSION"_{{.OS}}_{{.Arch}}" ./cmd/semantic-release/
cd bin/ && shasum -a 256 * > ./semantic-release_v${VERSION}_checksums.txt && cd -
ghr $(cat .ghr) bin/
# docker build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment