Skip to content

Commit

Permalink
build: release built binaries as GitHub artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jan 18, 2025
1 parent d43cde5 commit 3ed629d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
args: release --clean ${{ env.GORELEASER_FLAGS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: build
path: dist/*.{zip,txt,json}

0 comments on commit 3ed629d

Please sign in to comment.