Update wireguard-go.yml

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

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

Loading…
Cancel
Save