Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c93c585566 | ||
|
0eb3ba9ff8 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -32,9 +32,10 @@ jobs:
|
||||
env:
|
||||
GOOS: ${{ matrix.GOOS }}
|
||||
GOARCH: ${{ matrix.GOARCH }}
|
||||
CGO_ENABLED: 0
|
||||
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:
|
||||
|
Reference in New Issue
Block a user