ci(basic): remplacer go build par make go-build
All checks were successful
/ build (push) Successful in 1m23s
/ help (push) Successful in 9s

L'intention est de plus utiliser le Makefile directement.
This commit is contained in:
Victor Lacasse-Beaudoin 2025-07-12 22:03:06 -04:00
parent fe350bb9d2
commit 5481edb801

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.24.5'
- run: go build -a -o agecem-org ./cmd/agecemorg/
- run: make go-build
- uses: actions/upload-artifact@v3
with:
name: executable