Update wireguard-go.yml

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

@ -18,16 +18,17 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Git clone WireGuard-go
run: |
git clone https://git.zx2c4.com/wireguard-go "$workdir"
cp ./.github/wireguard-go-releaser.yml ${{ env.workdir }}/.goreleaser.yml
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

Loading…
Cancel
Save