Skip to content

Commit

Permalink
fix(build): typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Mar 28, 2024
1 parent 659339b commit 5a5c5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: Build
run: go build -v .\cmd\main.go
run: go build -v ./cmd/main.go

0 comments on commit 5a5c5df

Please sign in to comment.