Skip to content

Commit

Permalink
Update win2022.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyOnee authored Jun 13, 2024
1 parent b08cc56 commit 0f20b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
build:
runs-on: windows-10
runs-on: windows-2022
timeout-minutes: 9999

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
copy wallpaper.png C:\Users\Public\Desktop\wallpaper.png
copy wallpaper.bat C:\Users\Public\Desktop\wallpaper.bat
- name: Open Tunnel.
run: Start-Process Powershell -ArgumentList '-Noexit -Command ".\ngrok\ngrok.exe tcp --region ap 3389"'
run: Start-Process Powershell -ArgumentList '-Noexit -Command ".\ngrok\ngrok.exe tcp --region jp 3389"'
- name: Connect to your RDP
run: cmd /c start.bat
- name: Successfully made! You can close the tab now.
Expand Down

0 comments on commit 0f20b81

Please sign in to comment.