ci(basic): fix artifact copying
This commit is contained in:
parent
9e24927696
commit
731b5fc280
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue