We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62176 commit 2d654bfCopy full SHA for 2d654bf
scripts/argos-upload.js
@@ -45,7 +45,7 @@ async function run() {
45
'--token',
46
process.env.ARGOS_TOKEN,
47
'--batchCount',
48
- chunks.length,
+ BATCH_SIZE,
49
'--branch',
50
process.env.GITHUB_REF_NAME,
51
'--commit',
0 commit comments