diff --git a/.github/workflows/wireguard-go.yml b/.github/workflows/wireguard-go.yml index 46282fc..0ed7864 100644 --- a/.github/workflows/wireguard-go.yml +++ b/.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: