Skip to content

Commit

Permalink
构建 更正拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Aug 11, 2024
1 parent 23d36d6 commit 9c26463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
}
ipconfig /flushdns
- name: Install Cloudfalre WRAP
- name: Install Cloudflare WRAP
shell: pwsh
run: |
Write-Host "installing Cloudflare WARP..."
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
}
ipconfig /flushdns
- name: Install Cloudfalre WRAP
- name: Install Cloudflare WRAP
shell: pwsh
run: |
Write-Host "installing Cloudflare WARP..."
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9c26463

Please sign in to comment.