mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 15:32:17 +00:00
Compare commits
1 Commits
fix-basic-
...
ISSUE-382-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b2ae6e656 |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -32,6 +32,7 @@ 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