fix: build path

This commit is contained in:
d3m0k1d
2026-02-03 16:12:00 +03:00
parent 3f61ff7b4a
commit 68fba12f47

View File

@@ -37,4 +37,4 @@ jobs:
- name: Run tests
run: go test ./...
- name: Build
run: go build -o backend ./cmd/banforge
run: go build -o backend ./cmd/main.go