uscheduler/utils/Release-ToGitHub/Release-ToGitHub.bat
2026-02-08 22:21:55 +01:00

10 lines
181 B
Batchfile

@echo off
REM Change directory to the location of the script
cd /d %~dp0
REM Run GitHub release script
powershell -ExecutionPolicy Bypass -File "%~dp0Release-ToGitHub.ps1"
pause