Skip to content

Commit a6d549d

Browse files
committed
fix(workflow): add correct environments
1 parent 7423ee6 commit a6d549d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ jobs:
7474
artifact_name: nodemcuv2_firmware
7575
- environment: d1_mini_pro-ota
7676
artifact_name: d1_mini_pro_ota_firmware
77-
- environment: esp32dev
78-
artifact_name: esp32dev_firmware
77+
- environment: esp32c3
78+
artifact_name: esp32c3_firmware
79+
- environment: ESP32-wemos
80+
artifact_name: ESP32-wemos_firmware
7981

8082
steps:
8183
- name: Checkout Repository

0 commit comments

Comments
 (0)