From 9289b05fe4bcffda55ce67d732d1c9dbf74006c9 Mon Sep 17 00:00:00 2001 From: MyOnee <124869461+MyOnee@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:51:04 +0700 Subject: [PATCH] Update win2022.yml --- .github/workflows/win2022.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win2022.yml b/.github/workflows/win2022.yml index e0f19bb..e4960af 100644 --- a/.github/workflows/win2022.yml +++ b/.github/workflows/win2022.yml @@ -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 jp 3389"' + run: Start-Process Powershell -ArgumentList '-Noexit -Command ".\ngrok\ngrok.exe tcp --region in 3389"' - name: Connect to your RDP run: cmd /c start.bat - name: Successfully made! You can close the tab now.