Skip to content

Commit 9d728c5

Browse files
committed
update number of artifacts for windows arm64
1 parent 30f2d22 commit 9d728c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/generate-release-notes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class GenerateReleaseNotes {
77
// five targeted OS/arch combinations
88
// two files for each targeted OS/arch
99
// two checksum files for the previous
10-
private SUCCESSFUL_RELEASE_FILE_COUNT = 5 * 2 * 2
10+
private SUCCESSFUL_RELEASE_FILE_COUNT = 6 * 2 * 2
1111
private args = process.argv.slice(2)
1212
private expectedArgs = [
1313
{

0 commit comments

Comments
 (0)