Update wireguard-go.yml

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

@ -24,8 +24,8 @@ jobs:
run: |
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 .goreleaser.yml
cp -r ./wireguard-go-${{ env.version }}/* ${{ env.workdir }}
cp ./.github/wireguard-go-releaser.yml ${{ env.workdir }}/.goreleaser.yml
ls
echo ==================
ls ${{ env.workdir }}

Loading…
Cancel
Save