Removed source_dir use
Some checks failed
Build & Release Go Project / build (push) Failing after 42s
Some checks failed
Build & Release Go Project / build (push) Failing after 42s
This commit is contained in:
parent
b1c886c1cf
commit
1efd61340f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ jobs:
|
|||
mkdir -p build
|
||||
|
||||
# Iterate over the cmd directory to compile all binaries found there
|
||||
ls ${SOURCE_DIR}/cmd | while read BINARY ; do
|
||||
ls ./cmd | while read BINARY ; do
|
||||
go build -v -o build/${BINARY} ./cmd/${BINARY}
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue