Skip to content

Commit 947b281

Browse files
committed
build: add new board to workflow and format readme
1 parent bba5260 commit 947b281

File tree

2 files changed

+68
-14
lines changed

2 files changed

+68
-14
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
continue-on-error: true
6767
strategy:
6868
matrix:
69-
environment: [nodemcuv2, d1_mini_pro-ota, ESP32-wemos, esp32c3]
69+
environment: [nodemcuv2, d1_mini_pro-ota, ESP32-wemos, esp32c3, esp32s3]
7070
include:
7171
- environment: nodemcuv2
7272
artifact_name: nodemcuv2_firmware
@@ -76,6 +76,8 @@ jobs:
7676
artifact_name: ESP32-wemos_firmware
7777
- environment: esp32c3
7878
artifact_name: esp32c3_firmware
79+
- environment: esp32s3
80+
artifact_name: esp32s3_firmware
7981

8082
steps:
8183
- name: Checkout Repository
@@ -170,6 +172,13 @@ jobs:
170172
name: esp32c3_firmware
171173
path: ./builds/ # specify a target directory
172174

175+
- name: Download ESP32-S3 firmware
176+
uses: actions/download-artifact@v4
177+
continue-on-error: true
178+
with:
179+
name: esp32s3_firmware
180+
path: ./builds/ # specify a target directory
181+
173182
- name: Create GitHub Release
174183
uses: softprops/action-gh-release@v2
175184
with:

0 commit comments

Comments
 (0)