Skip to content

Commit

Permalink
adding the binary to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobbrewer1 committed Oct 19, 2024
1 parent 8908d4f commit 46149dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache-dependency-path: "**/*.sum"

- name: Build binary
run: go build -o bin/goschema ./cmd/goschema/main.go
run: go build -o bin/goschema ./cmd/schema/main.go

- name: Create Changelog
run: |
Expand Down

0 comments on commit 46149dc

Please sign in to comment.