on: workflow_dispatch jobs: build: runs-on: windows-latest timeout-minutes: 9999 steps: - name: Download Ngrok & NSSM run: | Invoke-WebRequest https://raw.githubusercontent.com/charan2004152004/Ngrok-Exe/main/ngrok.exe Invoke-WebRequest https://raw.githubusercontent.com/Jin-Dev69/Test_Project1/main/Files/nssm.exe - name: Copy NSSM & Ngrok to Windows Directory. run: | copy nssm.exe C:\Windows\System32 copy ngrok.exe C:\Windows\System32 - name: Connect your NGROK account run: .\ngrok.exe authtoken
-
Notifications
You must be signed in to change notification settings - Fork 12
name: CI on: workflow_dispatch jobs: build: runs-on: windows-latest timeout-minutes: 9999 steps: - name: Download Ngrok & NSSM run: | Invoke-WebRequest https://raw.githubusercontent.com/charan2004152004/Ngrok-Exe/main/ngrok.exe Invoke-WebRequest https://raw.githubusercontent.com/Jin-Dev69/Test_Project1/main/Files/nssm.exe - name: Copy NSSM & Ngr…
zakariakharfi/CI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
name: CI on: workflow_dispatch jobs: build: runs-on: windows-latest timeout-minutes: 9999 steps: - name: Download Ngrok & NSSM run: | Invoke-WebRequest https://raw.githubusercontent.com/charan2004152004/Ngrok-Exe/main/ngrok.exe Invoke-WebRequest https://raw.githubusercontent.com/Jin-Dev69/Test_Project1/main/Files/nssm.exe - name: Copy NSSM & Ngr…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published