Update wireproxy.yml

dependabot/github_actions/actions/checkout-3.1.0 wireproxy
fscarmen 4 years ago committed by GitHub
parent 78cc624782
commit 47f319d864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/wireproxy.yml

@ -22,7 +22,7 @@ jobs:
- name: Git clone WirePorxy
run: |
git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}
cp ./.github/wireproxy.yml ${{ env.workdir }}/.goreleaser.yml
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
- name: Set up GoReleaser
uses: actions/setup-go@v2

Loading…
Cancel
Save