Skip to content

Commit

Permalink
chore: Fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Mar 29, 2023
1 parent 1f11321 commit c9e736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: "1.20"

- name: Build
run: go build -o ccmanager cmd/ccmanager.go
run: go build -o kc cmd/kc.go

- name: Release file
uses: djnicholson/[email protected]
Expand Down

0 comments on commit c9e736a

Please sign in to comment.