We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0816b7e commit 7b3e4f7Copy full SHA for 7b3e4f7
.github/workflows/CD.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: svenstaro/upload-release-action@v2
32
with:
33
repo_token: "${{ secrets.GITHUB_TOKEN }}"
34
- file: build/*.*
+ file: build/*
35
file_glob: true
36
tag: "${{ github.ref }}"
37
overwrite: true
0 commit comments