CI: add checksum to Windows artifacts
This commit is contained in:
parent
423978cba7
commit
aa6a9223ac
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -275,6 +275,7 @@ jobs:
|
||||||
cp -v ../LICENSE LICENSE.txt
|
cp -v ../LICENSE LICENSE.txt
|
||||||
cp -v ../README.md README.txt
|
cp -v ../README.md README.txt
|
||||||
cp -vr ../{papers,demos,instruments} ../${binPath}/furnace.exe ./
|
cp -vr ../{papers,demos,instruments} ../${binPath}/furnace.exe ./
|
||||||
|
sha256sum ../${binPath}/furnace.exe > checksum.txt
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue