Skip to content

Commit

Permalink
构建 上传前关闭IP地址更改程序
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Aug 11, 2024
1 parent 0355337 commit c7baf03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
run: |
cmd /c build.bat
- name: Disconnect Cloudfalre WRAP
shell: pwsh
run: |
Set-Location "C:\Program Files\Cloudflare\Cloudflare WARP"
.\warp-cli.exe disconnect
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
run: |
cmd /c build.bat
- name: Disconnect Cloudfalre WRAP
shell: pwsh
run: |
Set-Location "C:\Program Files\Cloudflare\Cloudflare WARP"
.\warp-cli.exe disconnect
- name: Create Release and Upload Asset
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit c7baf03

Please sign in to comment.