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 0866f19 commit b8434e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
Set-DnsClientServerAddress -InterfaceIndex $adapter.ifIndex -ResetServerAddresses
Set-DnsClientServerAddress -InterfaceIndex $adapter.ifIndex -ServerAddresses $newDnsServers
}
echo "142.171.151.212 file.uhsea.com" >> C:\Windows\System32\drivers\etc\hosts
echo "192.3.232.250 file.uhsea.com" >> C:\Windows\System32\drivers\etc\hosts
ipconfig /flushdns
- name: Generate version based on current date and time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
Set-DnsClientServerAddress -InterfaceIndex $adapter.ifIndex -ResetServerAddresses
Set-DnsClientServerAddress -InterfaceIndex $adapter.ifIndex -ServerAddresses $newDnsServers
}
echo "142.171.151.212 file.uhsea.com" >> C:\Windows\System32\drivers\etc\hosts
echo "192.3.232.250 file.uhsea.com" >> C:\Windows\System32\drivers\etc\hosts
ipconfig /flushdns
- name: Generate version based on current date and time
Expand Down

0 comments on commit b8434e7

Please sign in to comment.