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.
2 parents 6e4fa1d + 217f767 commit f36aee3Copy full SHA for f36aee3
.github/workflows/upload-snapshot.yml
@@ -132,7 +132,7 @@ jobs:
132
const assetsToUpload = directories
133
.map(directory => fs
134
.readdirSync(directory)
135
- .filter(file => file.match(/^(Min|Portable)Git-.*\.(exe|zip)$/))
+ .filter(file => file.match(/^(Min|Portable)?Git-.*\.(exe|zip)$/))
136
.map(file => `${directory}/${file}`))
137
.flat()
138
if (assetsToUpload.length === 0) throw new Error(`No assets to upload!`)
0 commit comments