This commit is contained in:
spiritlhl
2024-05-05 09:29:18 +00:00
parent e5410102be
commit baf9a7d0a9
3 changed files with 0 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ jobs:
- name: Build and Release
run: |
mkdir -p bin
cd cmd
CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ../bin/gostun-${{ matrix.goos }}-${{ matrix.goarch }} -v -ldflags="-extldflags=-static" .
- name: Upload New Assets