We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1ca54 commit b6d171aCopy full SHA for b6d171a
1 file changed
.github/workflows/release.yml
@@ -25,8 +25,11 @@ jobs:
25
buildmode: default
26
trimpath: true
27
pkg: cmd/*
28
- - name: Archive build artifacts
29
- uses: actions/upload-artifact@v4
+ - name: Create Release
+ uses: softprops/action-gh-release@v1
30
with:
31
- name: build-artifacts
32
- path: build/ggt-${{ matrix.os }}-${{ matrix.arch }}*
+ files: |
+ build/ggt-windows-amd64*
33
+ build/ggt-linux-amd64*
34
+ build/ggt-linux-arm64*
35
+ build/ggt-darwin-arm64*
0 commit comments