Skip to content

Commit

Permalink
create codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomelin committed Oct 3, 2024
1 parent b704bde commit 2d576b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GOARCH=amd64
OUTPUT_NAME=gCommit
if [ "$GOOS" = "windows" ]; then OUTPUT_NAME=gCommit.exe; fi
GOOS=$GOOS GOARCH=$GOARCH go build -ldflags="-w -s" -o dist/$OUTPUT_NAME ./cmd/main.go
GOOS=$GOOS GOARCH=$GOARCH go build -o dist/$OUTPUT_NAME ./cmd/main.go
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2d576b3

Please sign in to comment.