mirror of
https://github.com/oneclickvirt/gostun.git
synced 2025-10-06 23:52:48 +08:00
update
This commit is contained in:
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user