Skip to content

Commit

Permalink
fix misspellings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Apr 4, 2022
1 parent 17b31c5 commit 06d425b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wireproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ 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
uses: actions/checkout@master
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
Expand Down

0 comments on commit 06d425b

Please sign in to comment.