mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-03-06 10:52:02 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8027ea3f5 |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -32,7 +32,6 @@ jobs:
|
||||
env:
|
||||
GOOS: ${{ matrix.GOOS }}
|
||||
GOARCH: ${{ matrix.GOARCH }}
|
||||
CGO_ENABLED: 0
|
||||
run: |
|
||||
go version
|
||||
go build -tags netgo -ldflags '-a -s -w -extldflags "-static"' -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}
|
||||
|
||||
Reference in New Issue
Block a user