Skip to content

Commit

Permalink
优选DNS服务器,自动更新hosts文件
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Oct 15, 2024
1 parent 93a8248 commit 4ec0a9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Download all artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
cnNetTool-Linux-x64.zip
cnNetTool-Windows-x64.zip
**/cnNetTool-Linux-x64.zip
**/cnNetTool-Windows-x64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4ec0a9e

Please sign in to comment.