Skip to content

Commit b6d171a

Browse files
committed
Workflow
1 parent 8c1ca54 commit b6d171a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
buildmode: default
2626
trimpath: true
2727
pkg: cmd/*
28-
- name: Archive build artifacts
29-
uses: actions/upload-artifact@v4
28+
- name: Create Release
29+
uses: softprops/action-gh-release@v1
3030
with:
31-
name: build-artifacts
32-
path: build/ggt-${{ matrix.os }}-${{ matrix.arch }}*
31+
files: |
32+
build/ggt-windows-amd64*
33+
build/ggt-linux-amd64*
34+
build/ggt-linux-arm64*
35+
build/ggt-darwin-arm64*

0 commit comments

Comments
 (0)