From 3df89c4fe7317f6c9f9cb3a745c91cba809403fe Mon Sep 17 00:00:00 2001 From: LightDestory Date: Mon, 7 Oct 2024 11:07:44 +0200 Subject: [PATCH] fix: build pipeline --- .github/workflows/go_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_build.yml b/.github/workflows/go_build.yml index 3d3657a..2a86feb 100644 --- a/.github/workflows/go_build.yml +++ b/.github/workflows/go_build.yml @@ -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 \ No newline at end of file + run: cd webserver && statik -f -src=public && go build -o lwnsimulator ./cmd/main.go \ No newline at end of file