File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,12 @@ if [ "$BUILD_PIO" -eq 0 ]; then
87
87
88
88
sizes_file=" $HOME /.arduino/cli_compile_output.json"
89
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"
90
91
ls $HOME /.arduino
91
- mv $sizes_file " $GITHUB_WORKSPACE /cli_compile_output_${chunk_index} .json"
92
+ mv $sizes_file " $GITHUB_WORKSPACE /cli_compile_$chunk_index .json"
93
+ echo " Listings of $GITHUB_WORKSPACE "
92
94
ls $GITHUB_WORKSPACE
93
-
95
+
94
96
else
95
97
source ${SCRIPTS_DIR} /install-platformio-esp32.sh
96
98
# PlatformIO ESP32 Test
Original file line number Diff line number Diff line change 52
52
- name : Upload cli compile json
53
53
uses : actions/upload-artifact@v2
54
54
with :
55
- name : cli-compile-json- ${{ matrix.chunk }}
56
- path : cli-compile- ${{ matrix.chunk }}.json
55
+ name : cli_compile_ ${{ matrix.chunk }}
56
+ path : cli_compile_ ${{ matrix.chunk }}.json
57
57
58
58
# Windows and MacOS
59
59
build-arduino-win-mac :
You can’t perform that action at this time.
0 commit comments