From e068771c9bb87dabb863b676c464b40925792bdb Mon Sep 17 00:00:00 2001 From: octeep Date: Mon, 4 Apr 2022 06:02:47 +0100 Subject: [PATCH] fix misspellings in CI --- .github/workflows/wireproxy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wireproxy.yml b/.github/workflows/wireproxy.yml index e6ba77d..f60c654 100644 --- a/.github/workflows/wireproxy.yml +++ b/.github/workflows/wireproxy.yml @@ -7,14 +7,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 @@ -22,7 +22,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