mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 05:11:34 +00:00
fix: correct Go build path to ./cmd/api
- Fix build workflow to target ./cmd/api instead of ./cmd - The main.go file is located in cmd/api/ subdirectory
This commit is contained in:
parent
0e5699187a
commit
5b2c642d9a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build application
|
- name: Build application
|
||||||
run: |
|
run: |
|
||||||
go build -v -o bin/tercul-backend ./cmd
|
go build -v -o bin/tercul-backend ./cmd/api
|
||||||
ls -la bin/
|
ls -la bin/
|
||||||
|
|
||||||
- name: Test binary
|
- name: Test binary
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user