Skip to content

Commit ebbd2be

Browse files
committed
fix goreleaser
1 parent 976b9f7 commit ebbd2be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: codecov/codecov-action@v5
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103-
files: profile.out, profile-race.out
103+
files: profile.out
104104
disable_search: true
105105

106106
check-generate:

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ builds:
1919
mod_timestamp: '{{ .CommitTimestamp }}'
2020
flags:
2121
- -trimpath
22-
- -pgo=default.pgo
2322
ldflags:
2423
- -X github.com/ozontech/seq-ui/buildinfo.Version={{.Version}}

0 commit comments

Comments
 (0)