Skip to content

Commit a15228f

Browse files
authored
Update nightly.yml
closes #8394
1 parent 48983ff commit a15228f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ jobs:
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868
tag_name: "nightly"
69-
files: out/of_v*.{tar.gz,zip}
69+
files: |
70+
out/of_v*.tar.gz
71+
out/of_v*.zip

0 commit comments

Comments
 (0)