Skip to content

Commit 4122181

Browse files
committed
build: release built binaries as GitHub artifacts
1 parent d43cde5 commit 4122181

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ jobs:
2929
args: release --clean ${{ env.GORELEASER_FLAGS }}
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
- name: Upload all builds
33+
uses: actions/upload-artifact@v4
34+
with:
35+
name: builds
36+
path: |
37+
dist/*.zip
38+
dist/*.txt
39+
dist/*.json

0 commit comments

Comments
 (0)