build s3 bin

This commit is contained in:
MichaelDvP
2023-05-26 09:49:35 +02:00
parent 6aaccf4f90
commit c8c4a3d450
2 changed files with 15 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ jobs:
run: |
platformio run -e ci
- name: Build S3 firmware
run: |
platformio run -e ci_s3
- name: Create a GH Release
id: 'automatic_releases'
uses: 'marvinpinto/action-automatic-releases@latest'