File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
45
45
run : |
46
46
mkdir -p out
47
47
find dist -name 'arduino-esp32-libs-esp*.tar.gz' -exec tar zxvf {} -C out \;
48
- cd out/tools/esp32-arduino-libs && tar zcf ../../../dist/arduino- esp32-libs.tar.gz * && cd ../../..
48
+ cd out/tools/esp32-arduino-libs && tar zcf ../../../dist/esp32-arduino -libs.tar.gz * && cd ../../..
49
49
cp out/package_esp32_index.template.json dist/package_esp32_index.template.json
50
- - name : Upload full arduino- esp32-libs archive
50
+ - name : Upload full esp32-arduino -libs archive
51
51
uses : actions/upload-artifact@v3
52
52
with :
53
- name : arduino- esp32-libs
54
- path : dist/arduino- esp32-libs.tar.gz
53
+ name : esp32-arduino -libs
54
+ path : dist/esp32-arduino -libs.tar.gz
55
55
- name : Upload package_esp32_index.template.json
56
56
uses : actions/upload-artifact@v3
57
57
with :
You can’t perform that action at this time.
0 commit comments