Skip to content

Commit 9c27a50

Browse files
committed
fix(ci): default beta build flags to ldflags placeholder
1 parent 404a9f0 commit 9c27a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: OpenListTeam/cgo-actions@v1.2.2
118118
with:
119119
targets: ${{ matrix.target }}
120-
flags: ${{ matrix.flags }}
120+
flags: ${{ matrix.flags || '-ldflags=' }}
121121
musl-target-format: $os-$musl-$arch
122122
github-token: ${{ secrets.GITHUB_TOKEN }}
123123
out-dir: build

0 commit comments

Comments
 (0)