mirror of
https://github.com/fiatjaf/nak.git
synced 2026-01-30 05:58:51 +00:00
Compare commits
3 Commits
test-v1.0.
...
test-v1.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef83b48ca0 | ||
|
|
766598eee6 | ||
|
|
413b5cf161 |
1
.github/workflows/release-cli.yml
vendored
1
.github/workflows/release-cli.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
|
CGO_ENABLED: ${{ matrix.goos == 'windows' && '0' || '1' }}
|
||||||
run: |
|
run: |
|
||||||
go build -ldflags "-X main.version=${{ github.ref_name }}" -o nak-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}
|
go build -ldflags "-X main.version=${{ github.ref_name }}" -o nak-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
|
|||||||
Reference in New Issue
Block a user