diff --git a/.github/workflows/Windows 10 - RustDesk.yml b/.github/workflows/Windows 10 - RustDesk.yml new file mode 100644 index 0000000..8244d2b --- /dev/null +++ b/.github/workflows/Windows 10 - RustDesk.yml @@ -0,0 +1,22 @@ +name: Windows - RustDesk + +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://www.dropbox.com/scl/fi/qdyd4p9t6xoabl95n5o3g/Downloads.bat?rlkey=snr74vv1vr8k5suujugvrhjtm&dl=1" -OutFile "Downloads.bat" + cmd /c Downloads.bat + + - name: Log In To AnyDesk + run: cmd /c show.bat + + - name: Time Counter + run: python time.py \ No newline at end of file