Update wireproxy.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 69fa3ac36e
commit 78367bf997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/wireproxy.yml

@ -6,14 +6,14 @@ on:
- "v*"
jobs:
WirePorxy:
WireProxy:
name: Cross compile WirePorxy
name: Cross compile WireProxy
runs-on: ubuntu-20.04
env:
workdir: ./WirePorxy
workdir: ./WireProxy
steps:
- name: Checkout code
@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Git clone WirePorxy
- name: Git clone WireProxy
run: |
git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml

Loading…
Cancel
Save