ISSUE-382

This commit is contained in:
Andrea Spacca 2021-07-06 18:25:39 +02:00
parent 1594f95abf
commit b8027ea3f5

View file

@ -34,7 +34,7 @@ jobs:
GOARCH: ${{ matrix.GOARCH }}
run: |
go version
go build -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}
go build -tags netgo -ldflags '-a -s -w -extldflags "-static"' -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}
- uses: actions/upload-artifact@v2
name: Upload artifacts
with: