Skip to content

Commit

Permalink
Upload build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jul 6, 2024
1 parent cb9562c commit e72ee5d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ jobs:

- name: Crossbuild
run: make crossbuild

- uses: actions/upload-artifact@v4
with:
name: build
retention-days: 3
path: |
dist/*-darwin-amd64*
dist/*-darwin-arm64*
dist/*-linux-amd64*
dist/*-linux-arm64*
dist/*-windows-amd64*
dist/*-windows-arm64*

0 comments on commit e72ee5d

Please sign in to comment.