Update wireguard-go.yml

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

@ -25,7 +25,7 @@ jobs:
wget https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${{ env.version }}.tar.xz
tar -xvf wireguard-go-${{ env.version }}.tar.xz
cp -r wireguard-go-${{ env.version }}/* .
cp ./.github/wireguard-go-releaser.yml ${{ env.workdir }}/.goreleaser.yml
cp ./.github/wireguard-go-releaser.yml .goreleaser.yml
ls
echo ==================
ls ${{ env.workdir }}

Loading…
Cancel
Save