We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8276da commit 8c32460Copy full SHA for 8c32460
.github/scripts/on-push.sh
@@ -89,7 +89,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
89
#rename sizes_file="$HOME/.arduino/cli_compile_output.json" to sizes_file="GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
90
echo "Listings of $HOME/.arduino"
91
ls $HOME/.arduino
92
- mv $sizes_file "$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
+ mv $sizes_file "$GITHUB_WORKSPACE/cli_compile_$CHUNK_INDEX.json"
93
echo "Listings of $GITHUB_WORKSPACE"
94
ls $GITHUB_WORKSPACE
95
0 commit comments