Skip to content

Commit

Permalink
chore: tidy mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed May 30, 2021
1 parent 7b6b36f commit 2cc4ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 180 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
run: go test ./test

- name: Build
run: go build -v -a -installsuffix cgo -o ehco cmd/ehco/main.go
run: make build

- uses: actions/upload-artifact@master
with:
name: my-artifact
path: ehco
path: .dist/ehco

build-image:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 2cc4ed0

Please sign in to comment.