mirror of
https://github.com/MAKS-IT-COM/uscheduler.git
synced 2026-02-14 06:37:18 +01:00
10 lines
181 B
Batchfile
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
|