ci(basic): fix artifact copying
Some checks failed
/ build (push) Successful in 1m38s
/ help (push) Failing after 9s

This commit is contained in:
Victor Lacasse-Beaudoin 2025-07-11 20:11:48 -04:00
parent 9e24927696
commit 731b5fc280

View file

@ -14,12 +14,13 @@ jobs:
go-version: '1.24.5'
- run: go build -a -o artifacts/agecem-org ./cmd/agecemorg/
- uses: actions/upload-artifact@v3
with:
path: artifacts/
help:
needs: [build]
runs-on: docker
steps:
- uses: actions/download-artifact@v3
with:
name: artifacts/
path: artifacts/
- run: agecem-org help