We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48983ff commit a15228fCopy full SHA for a15228f
.github/workflows/nightly.yml
@@ -66,4 +66,6 @@ jobs:
66
with:
67
token: ${{ secrets.GITHUB_TOKEN }}
68
tag_name: "nightly"
69
- files: out/of_v*.{tar.gz,zip}
+ files: |
70
+ out/of_v*.tar.gz
71
+ out/of_v*.zip
0 commit comments