Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed Feb 19, 2025
1 parent 8c1ca54 commit b6d171a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
buildmode: default
trimpath: true
pkg: cmd/*
- name: Archive build artifacts
uses: actions/upload-artifact@v4
- name: Create Release
uses: softprops/action-gh-release@v1
with:
name: build-artifacts
path: build/ggt-${{ matrix.os }}-${{ matrix.arch }}*
files: |
build/ggt-windows-amd64*
build/ggt-linux-amd64*
build/ggt-linux-arm64*
build/ggt-darwin-arm64*

0 comments on commit b6d171a

Please sign in to comment.