We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7423ee6 commit a6d549dCopy full SHA for a6d549d
1 file changed
.github/workflows/build-and-release.yaml
@@ -74,8 +74,10 @@ jobs:
74
artifact_name: nodemcuv2_firmware
75
- environment: d1_mini_pro-ota
76
artifact_name: d1_mini_pro_ota_firmware
77
- - environment: esp32dev
78
- artifact_name: esp32dev_firmware
+ - environment: esp32c3
+ artifact_name: esp32c3_firmware
79
+ - environment: ESP32-wemos
80
+ artifact_name: ESP32-wemos_firmware
81
82
steps:
83
- name: Checkout Repository
0 commit comments