Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vcxe authored Aug 21, 2024
1 parent 8b1e424 commit a89f641
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/Windows 10 - RustDesk1.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a89f641

Please sign in to comment.