CI change
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -21,11 +21,11 @@ jobs:
|
|||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
run: pip install --upgrade platformio
|
run: pip install --upgrade platformio
|
||||||
|
|
||||||
- name: Build only esp32thing
|
- name: Build only esp32thing_CI
|
||||||
run: pio run -e esp32thing
|
run: pio run -e esp32thing_CI
|
||||||
|
|
||||||
- name: Rename firmware
|
- name: Rename firmware
|
||||||
run: cp .pio/build/esp32thing/firmware.bin firmware.bin
|
run: cp .pio/build/esp32thing_CI/firmware.bin firmware.bin
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user