Skip to content

Commit 37e2148

Browse files
authored
Merge pull request #110 from ReflectCxx/develop
biuld.yml update.
2 parents ab3b111 + 429268a commit 37e2148

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)