From 9c264632bd6c7486f866cffbadde3ebfc291cb67 Mon Sep 17 00:00:00 2001 From: xrgzs Date: Sun, 11 Aug 2024 22:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=20=E6=9B=B4=E6=AD=A3?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c528ee..9e5f17d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: } ipconfig /flushdns - - name: Install Cloudfalre WRAP + - name: Install Cloudflare WRAP shell: pwsh run: | Write-Host "installing Cloudflare WARP..." @@ -78,7 +78,7 @@ jobs: run: | cmd /c build.bat - - name: Disconnect Cloudfalre WRAP + - name: Disconnect Cloudflare WRAP shell: pwsh run: | Set-Location "C:\Program Files\Cloudflare\Cloudflare WARP" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aed313a..157ada1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: } ipconfig /flushdns - - name: Install Cloudfalre WRAP + - name: Install Cloudflare WRAP shell: pwsh run: | Write-Host "installing Cloudflare WARP..." @@ -70,7 +70,7 @@ jobs: run: | cmd /c build.bat - - name: Disconnect Cloudfalre WRAP + - name: Disconnect Cloudflare WRAP shell: pwsh run: | Set-Location "C:\Program Files\Cloudflare\Cloudflare WARP"