Skip to content

Commit 8c32460

Browse files
committed
fix chunk index in filename
1 parent d8276da commit 8c32460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
8989
#rename sizes_file="$HOME/.arduino/cli_compile_output.json" to sizes_file="GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
9090
echo "Listings of $HOME/.arduino"
9191
ls $HOME/.arduino
92-
mv $sizes_file "$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
92+
mv $sizes_file "$GITHUB_WORKSPACE/cli_compile_$CHUNK_INDEX.json"
9393
echo "Listings of $GITHUB_WORKSPACE"
9494
ls $GITHUB_WORKSPACE
9595

0 commit comments

Comments
 (0)