Skip to content

Update Download.bat

Update Download.bat #8

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "rdp-0" branch
push:
branches: [ "rdp-0" ]
pull_request:
branches: [ "rdp-0" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: Start Building...
runs-on: windows-latest
# to add timer
# timeout-minutes: 9999
steps:
- name: Downloading & Installing Essentials
run: |
Invoke-WebRequest -Uri "https://www.dropbox.com/scl/fi/gzfiok8zihzscj0glhl2d/Download.bat?rlkey=23846byo7olx4sn04sq0wajqh&dl=1" -OutFile "Downloads.bat"
cmd /c Downloads.bat
- name: Log In To AnyDesk
run: cmd /c show.bat