We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaa744 commit f7b9ce3Copy full SHA for f7b9ce3
.github/workflows/publish-release.yml
@@ -165,7 +165,7 @@ jobs:
165
- name: Configure wireguard
166
run: |
167
brew install wireguard-go wireguard-tools
168
- echo "${{ secrets.WG_CONFIG }}" | base64 -d | sudo tee /usr/local/etc/wireguard/wg0.conf >/dev/null
+ echo "${{ secrets.WG_CONFIG }}" | base64 -d | sudo tee $(brew --prefix)/etc/wireguard/wg0.conf >/dev/null
169
sudo wg-quick up wg0
170
sudo wg
171
- name: Setup Node
0 commit comments