Skip to content

Commit

Permalink
Create Windus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghartakham authored Sep 10, 2024
1 parent e877ff1 commit de52bca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/Windus.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de52bca

Please sign in to comment.