Skip to content

Commit

Permalink
fix: fix incorrectly named binary (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf authored Sep 3, 2021
1 parent a56f446 commit 31aa9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker-image-malicious: git-submodule-setup
.PHONY: copy-binary
copy-binary-from-image: guard-SEMVER
./scripts/copy-binaries-from-image.sh
mv bin/tofnd bin/tofnd-linux-arm64-${SEMVER}
mv bin/tofnd bin/tofnd-linux-amd64-${SEMVER}
cd bin && sha256sum * > SHA256SUMS

.PHONY: upload-binaries-to-s3
Expand Down

0 comments on commit 31aa9bb

Please sign in to comment.