ci(basic): remplacer go build
par make go-build
L'intention est de plus utiliser le Makefile directement.
This commit is contained in:
parent
fe350bb9d2
commit
5481edb801
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.24.5'
|
go-version: '1.24.5'
|
||||||
- run: go build -a -o agecem-org ./cmd/agecemorg/
|
- run: make go-build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: executable
|
name: executable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue