Skip to content

Commit e8ecb5d

Browse files
committed
stat the build directory
1 parent ffc5fa9 commit e8ecb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- name: Rename build artifacts to reflect the platform name
106106
run: |
107107
mv examples/Wippersnapper_demo/build/esp32.esp32.*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
108+
ls examples/Wippersnapper_demo/build/esp32.esp32.*/
108109
mv examples/Wippersnapper_demo/build/esp32.esp32.*/Wippersnapper_demo_staging.ino.bin staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
109110
- name: upload build artifacts
110111
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)