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 ffc5fa9 commit e8ecb5dCopy full SHA for e8ecb5d
.github/workflows/release.yml
@@ -105,6 +105,7 @@ jobs:
105
- name: Rename build artifacts to reflect the platform name
106
run: |
107
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.*/
109
mv examples/Wippersnapper_demo/build/esp32.esp32.*/Wippersnapper_demo_staging.ino.bin staging.wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
110
- name: upload build artifacts
111
uses: actions/upload-artifact@v2
0 commit comments