8000 second launcher · airsquared/blobsaver@10d728e · GitHub
[go: up one dir, main page]

Skip to content

Commit 10d728e

Browse files
committed
second launcher
1 parent 5c72c21 commit 10d728e
8000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
with:
2929
name: ${{ runner.os }}
3030
path: build/distributions/*
31-
- run: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
31+
- run: |
32+
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
3233
if: ${{ failure() }}
3334
- name: Upload reports on failure
3435
if: ${{ failure() }}

0 commit comments

Comments
 (0)
0