fix misspellings in CI

This commit is contained in:
octeep 2022-04-04 06:02:47 +01:00 committed by octeep
parent bac5ba9284
commit e068771c9b

View file

@ -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