From 11354639986166fbfdb10e8aba898507d49e8104 Mon Sep 17 00:00:00 2001 From: rainlizard <15337628+rainlizard@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:58:16 +1100 Subject: [PATCH] - --- Release.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Release.ps1 b/Release.ps1 index 8236823b..243070bf 100644 --- a/Release.ps1 +++ b/Release.ps1 @@ -16,4 +16,11 @@ git tag -a "$fullVersion" -m "Release $fullVersion" # Push the tag to the remote repository git push origin "$fullVersion" +# Display the message +Write-Host "GitHub Actions are now running. Please wait 5 minutes, and a release will be created on GitHub and itch.io." + +# Pause the script execution +Write-Host "Press any key to continue..." +$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown") + # NOTE: in github desktop click "Pull origin" before running this, in order to be sure the commits count is correct. \ No newline at end of file