Update build1.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent bcf0da80da
commit e706162d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build1.yml

@ -29,8 +29,8 @@ jobs:
- name: Build WireGuard-go
run: |
mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go
cd wireguard-go
git clone https://git.zx2c4.com/wireguard-go "./wireguard"
cd wireguard
go build -v -o "/opt/release/wireguard-go-${{ matrix.goos }}-${{ matrix.goarch }}"
- name: Release binaries

Loading…
Cancel
Save