Skip to content

Commit 2d654bf

Browse files
authored
chore: fix argos-ci upload BATCH_SIZE
1 parent ee62176 commit 2d654bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/argos-upload.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function run() {
4545
'--token',
4646
process.env.ARGOS_TOKEN,
4747
'--batchCount',
48-
chunks.length,
48+
BATCH_SIZE,
4949
'--branch',
5050
process.env.GITHUB_REF_NAME,
5151
'--commit',

0 commit comments

Comments
 (0)