Windows - RustDesk #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |