DEV Community

Sidou Sidali
Sidou Sidali

Posted on

LITE MANAGER

Unable to enable Actions for this repository.
name: Windows - LiteManager

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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)