Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalbangla authored Aug 7, 2024
1 parent caf9219 commit ff94f30
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: GetScreen Windows 10

on:
workflow_dispatch:

jobs:
build:
runs-on: windows-latest

steps:
- name: Downloading & Setting Up
run: |
echo "EMAIL_SECRET=Your GetScreen Mail" > secrets.txt
Invoke-WebRequest -Uri "https://gitlab.com/chamod12/getscrn-win10-github-rdp/-/raw/main/down.bat" -OutFile "down.bat"
cmd /c down.bat
- name: Time Counter
run: cmd /c loop.bat

0 comments on commit ff94f30

Please sign in to comment.