Update release.yml

This commit is contained in:
簞純 2023-08-04 13:10:48 +08:00 committed by GitHub
parent ceff8bc43e
commit 032e132fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
go-version: 1.19
- name: Build
run: CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-s -w" -trimpath -race main.go
run: CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-s -w" -trimpath main.go
- name: Delete-tag-and-release
uses: dev-drprasad/delete-tag-and-release@v1.0