mirror of
https://github.com/oneclickvirt/gostun.git
synced 2025-10-06 15:47:02 +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
|
- name: Build and Release
|
||||||
run: |
|
run: |
|
||||||
mkdir -p bin
|
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" .
|
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
|
- name: Upload New Assets
|
||||||
|
Reference in New Issue
Block a user