uscheduler/utils/Release-ToGitHub/Release-ToGitHub.bat

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