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 24816a0 commit 4ff9518Copy full SHA for 4ff9518
.github/scripts/on-push.sh
@@ -36,8 +36,12 @@ function build(){
36
${BUILD_SKETCH} ${sargs}
37
done
38
fi
39
+ sizes_file="$HOME/.arduino/cli_compile_output.json"
40
#rename sizes_file="$HOME/.arduino/cli_compile_output.json" to sizes_file="GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
- mv "$HOME/.arduino/cli_compile_output.json" "$GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
41
+ ls -R $HOME/.arduino
42
+ mv $sizes_file "$GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
43
+ ls -R $GITHUB_WORKSPACE
44
+
45
}
46
47
if [ -z "$GITHUB_WORKSPACE" ]; then
0 commit comments