Skip to content

Commit 7b3e4f7

Browse files
committed
cd: fix glob again
1 parent 0816b7e commit 7b3e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: svenstaro/upload-release-action@v2
3232
with:
3333
repo_token: "${{ secrets.GITHUB_TOKEN }}"
34-
file: build/*.*
34+
file: build/*
3535
file_glob: true
3636
tag: "${{ github.ref }}"
3737
overwrite: true

0 commit comments

Comments
 (0)