Skip to content

Commit

Permalink
chore: fix argos-ci upload BATCH_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 22, 2022
1 parent ee62176 commit 2d654bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/argos-upload.js
Expand Up @@ -45,7 +45,7 @@ async function run() {
'--token',
process.env.ARGOS_TOKEN,
'--batchCount',
chunks.length,
BATCH_SIZE,
'--branch',
process.env.GITHUB_REF_NAME,
'--commit',
Expand Down

0 comments on commit 2d654bf

Please sign in to comment.