Skip to content

Commit

Permalink
fix: build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LightDestory committed Oct 7, 2024
1 parent 3dfc196 commit 3df89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Install dependencies
run: go install github.com/rakyll/statik@latest && go mod download -x
- name: Build
run: cd webserver && statik -f -src=public && go build -o lwnsimulator cmd/main.go
run: cd webserver && statik -f -src=public && go build -o lwnsimulator ./cmd/main.go

0 comments on commit 3df89c4

Please sign in to comment.