Skip to content

Commit

Permalink
fix artifacts for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex committed Jan 6, 2024
1 parent 2851012 commit e2afa65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-go-${{ matrix.go-version }}
path: tgp
path: |
tgp
tgp.exe

0 comments on commit e2afa65

Please sign in to comment.