Skip to content

Commit

Permalink
Upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Feb 13, 2024
1 parent 2f8d7b0 commit 3fc9dfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
working-directory: ./cmd/bfg
run: go build -a -trimpath -ldflags='-s -w' -o bfg_linux


- uses: actions/upload-artifact@v4
with:
name: bfg-build
path: cmd/bfg/bfg_linux

0 comments on commit 3fc9dfd

Please sign in to comment.