Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 19, 2022
1 parent c7b94c9 commit 99a1465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
- name: Generate share lib
run: |
go build -buildmode=c-shared -o dist/whatchanged.dylib ./cmd/whatchanged-ffi
go build -buildmode=c-shared -o dist/whatchanged.dll ./cmd/whatchanged-ffi
go build -buildmode=c-shared -o dist/whatchanged.so ./cmd/whatchanged-ffi
go build -buildmode=c-shared -o lib/whatchanged.dylib ./cmd/whatchanged-ffi
go build -buildmode=c-shared -o lib/whatchanged.dll ./cmd/whatchanged-ffi
go build -buildmode=c-shared -o lib/whatchanged.so ./cmd/whatchanged-ffi
- name: Release to Github
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 99a1465

Please sign in to comment.