Skip to content

Commit

Permalink
Fix release script updating the count of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Apr 28, 2021
1 parent 57ca6ec commit aef538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class GenerateReleaseNotes {
// five targeted OS/arch combinations
// two files for each targeted OS/arch
// two checksum files for the previous
private SUCCESSFUL_RELEASE_FILE_COUNT = 4 * 2 * 2
private SUCCESSFUL_RELEASE_FILE_COUNT = 5 * 2 * 2
private args = process.argv.slice(2)
private expectedArgs = [
{
Expand Down

0 comments on commit aef538a

Please sign in to comment.