Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed May 5, 2024
1 parent baf9a7d commit 238e39c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 'stable'

- name: Build and Test on Default Platform
run: |
go build -v ./...
go test -v ./...

- name: Delete Existing Release Assets
run: |
Expand Down Expand Up @@ -54,6 +49,7 @@ 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
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 238e39c

Please sign in to comment.