Sign and package windows artifacts

This commit is contained in:
mr. M
2024-10-19 13:59:08 +02:00
parent 3fa9e6d5b2
commit d75c797553

View File

@@ -104,7 +104,8 @@ SignAndPackage generic
echo "All artifacts signed and packaged, ready for release!"
echo "Commiting the changes to the repository"
git add .\.github\workflows\object
cd windsign-temp\windows-binaries
git add .
git commit -m "Sign and package windows artifacts"
git push