Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhai committed Sep 5, 2023
1 parent f16e097 commit 022cd96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
name: "Upload Files"
with:
token: ${{ secrets.GH_TOKEN }}
artifacts: "__build/_release/*.zip"
artifacts: "_build/_release/*.zip"
2 changes: 0 additions & 2 deletions _build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ all:

.PHONY: build
build:
chmod +x gen_info.sh
go generate
CGO_ENABLED=1 GOOS=linux
go build -v -ldflags "-s -w" -o ${APP}

Expand Down

0 comments on commit 022cd96

Please sign in to comment.