Skip to content

Commit

Permalink
Fix release (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Jun 7, 2024
1 parent faaa744 commit 4afd72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Configure wireguard
run: |
brew install wireguard-go wireguard-tools
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
sudo wg-quick up wg0
sudo wg
- name: Setup Node
Expand Down

0 comments on commit 4afd72e

Please sign in to comment.