diff --git a/build/winsign/sign.ps1 b/build/winsign/sign.ps1 index 82f09475d..59ea6cb11 100644 --- a/build/winsign/sign.ps1 +++ b/build/winsign/sign.ps1 @@ -5,6 +5,7 @@ param( $ErrorActionPreference = "Stop" echo "Preparing environment" +git pull --recurse-submodules mkdir windsign-temp -ErrorAction SilentlyContinue echo "Please UNZIP the generic and specific artifacts into windsign-temp" @@ -93,6 +94,12 @@ function SignAndPackage($name) { SignAndPackage specific SignAndPackage generic +echo "All artifacts signed and packaged, ready for release!" +echo "Commiting the changes to the repository" +git add .\.github\workflows\object +git commit -m "Sign and package windows artifacts" +git push + # Cleaning up echo "All done!"