Skip to content

Commit 8d348e6

Browse files
authored
Merge pull request #521 from desktop/update-number-of-artifacts
Update number of expected artifacts
2 parents db3ebfe + a0ec9e8 commit 8d348e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/generate-release-notes.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import * as fs from 'fs'
44
import { Octokit } from '@octokit/rest'
55

66
export default class GenerateReleaseNotes {
7-
// Eight targeted OS/arch combinations
7+
// Nine 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 = 8 * 2 * 2
10+
private SUCCESSFUL_RELEASE_FILE_COUNT = 9 * 2 * 2
1111
private args = process.argv.slice(2)
1212
private expectedArgs = [
1313
{

0 commit comments

Comments
 (0)