Skip to content

Commit 17ca0c0

Browse files
committed
Fix release
1 parent 490d28f commit 17ca0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Clean git
150150
run: |
151151
git checkout go.*
152-
rmdir flags buildflags
152+
rm -rf flags buildflags
153153
154154
- name: Create Github Release
155155
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)