There was an error while loading. Please reload this page.
1 parent 9282cff commit 933838bCopy full SHA for 933838b
1 file changed
.github/workflows/nightly.yaml
@@ -99,6 +99,6 @@ jobs:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
101
- name: Upload artifacts
102
- run: gh release upload nightly dist/*.zip dist/*.bundle dist/checksums.txt --clobber
+ run: gh release upload nightly dist/*.zip dist/*.bundle dist/*checksums.txt --clobber
103
env:
104
0 commit comments