Update wireguard-go.yml

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

@ -36,10 +36,11 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v3
- uses: wangyoucao577/go-release-action@v1.25
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "latest"
project_path: "./wireguard-go"
@ -50,5 +51,3 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: /opt/release/*
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save