Skip to content

Commit

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

0 comments on commit 7cfdf79

Please sign in to comment.