ISSUE-382
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
GOARCH: ${{ matrix.GOARCH }}
|
GOARCH: ${{ matrix.GOARCH }}
|
||||||
run: |
|
run: |
|
||||||
go version
|
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
|
- uses: actions/upload-artifact@v2
|
||||||
name: Upload artifacts
|
name: Upload artifacts
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user