Skip to content

Commit

Permalink
Update Windows 10-Ngrok.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmirc authored Feb 4, 2024
1 parent 51c5125 commit d57ca64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Windows 10-Ngrok.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
- run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd!" -Force)
- name: Create Tunnel
run: .\ngrok\ngrok.exe tcp 3389

- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@v2
with:
name: my-artifact
path: C:\Users\runneradmin\Downloads\

0 comments on commit d57ca64

Please sign in to comment.