CI: add checksum to Windows artifacts

This commit is contained in:
tildearrow 2022-12-08 04:57:56 -05:00
parent 423978cba7
commit aa6a9223ac
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ jobs:
cp -v ../LICENSE LICENSE.txt
cp -v ../README.md README.txt
cp -vr ../{papers,demos,instruments} ../${binPath}/furnace.exe ./
sha256sum ../${binPath}/furnace.exe > checksum.txt
popd