Update wireguard-go.yml

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

@ -28,11 +28,12 @@ jobs:
run: |
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go
go build -o oj_windows_amd64.exe ./cmd/oj
- name: Binaries Release
uses: softprops/action-gh-release@v1
with:
tag_name: v2.6
files: ./*
files: ./cmd/*
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save