Skip to content

Commit 429268a

Browse files
committed
biuld.yml update.
1 parent 9d8c2fc commit 429268a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ jobs:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
run: |
133133
set -e
134-
gh release upload release-latest artifacts/** --clobber
134+
find artifacts -type f -print0 | xargs -0 gh release upload release-latest --clobber

0 commit comments

Comments
 (0)