Skip to content

Commit

Permalink
Merge pull request #521 from desktop/update-number-of-artifacts
Browse files Browse the repository at this point in the history
Update number of expected artifacts
  • Loading branch information
sergiou87 authored Jan 21, 2025
2 parents db3ebfe + a0ec9e8 commit 8d348e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/generate-release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import * as fs from 'fs'
import { Octokit } from '@octokit/rest'

export default class GenerateReleaseNotes {
// Eight targeted OS/arch combinations
// Nine targeted OS/arch combinations
// two files for each targeted OS/arch
// two checksum files for the previous
private SUCCESSFUL_RELEASE_FILE_COUNT = 8 * 2 * 2
private SUCCESSFUL_RELEASE_FILE_COUNT = 9 * 2 * 2
private args = process.argv.slice(2)
private expectedArgs = [
{
Expand Down

0 comments on commit 8d348e6

Please sign in to comment.