Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 0f0fb23b39
commit efefa56c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wireguard-go.yml

@ -31,6 +31,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: wireguard-go
files: ${{ WireGuard-go.workdir }}/dist/*.tar.gz
files: $workdir/dist/*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save