Skip to content

Commit

Permalink
ci: pathfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyowl committed Sep 6, 2023
1 parent 84390e1 commit 7ce0042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ md tmp
go mod tidy
set CC=x86_64-w64-mingw32-gcc

cd cmd\shell
cd entrance\shell
REM 64
set GOARCH=amd64
go build -tags="cmd" -ldflags "-X 'github.com/sydneyowl/shx8800-ble-connector/config.VER=%BUILDVERSION%' -X 'github.com/sydneyowl/shx8800-ble-connector/config.COMMIT=%COMMIT%' -X 'github.com/sydneyowl/shx8800-ble-connector/config.BUILDTIME=%BUILDTIME%'"
Expand Down

0 comments on commit 7ce0042

Please sign in to comment.