Skip to content

Commit bb07d38

Browse files
committed
update: build ci with no remove dist
1 parent ad1d4df commit bb07d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v3
2727
with:
2828
version: latest
29-
args: release --rm-dist
29+
args: release
3030
env:
3131
CGO_ENABLED: 0
3232
# GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}

0 commit comments

Comments
 (0)