Skip to content

Commit 933838b

Browse files
authored
ci(nightly): correct gh release upload with correct file name (#48)
Signed-off-by: Calum Murray <cmurray@redhat.com>
1 parent 9282cff commit 933838b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Upload artifacts
102-
run: gh release upload nightly dist/*.zip dist/*.bundle dist/checksums.txt --clobber
102+
run: gh release upload nightly dist/*.zip dist/*.bundle dist/*checksums.txt --clobber
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)