Skip to content

Commit 1fd3c11

Browse files
committed
build s3
1 parent b1f2273 commit 1fd3c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tagged_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
run: |
3737
platformio run -e ci
3838
39+
- name: Build S3 firmware
40+
run: |
41+
platformio run -e ci_s3
42+
3943
- name: Release
4044
uses: 'marvinpinto/action-automatic-releases@latest'
4145
with:

0 commit comments

Comments
 (0)