File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 7878 path : lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
7979 retention-days : 7
8080
81+ - name : Upload built binary as artifact
82+ uses : actions/upload-artifact@v4
83+ with :
84+ name : MicroPythonOS_fri3d-2024_prod.ota
85+ path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin
86+ retention-days : 7
87+
8188 - name : Build LVGL MicroPython esp32 dev fri3d-2024
8289 run : |
8390 ./scripts/build_mpos.sh esp32 dev fri3d-2024
@@ -100,6 +107,12 @@ jobs:
100107 path : lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
101108 retention-days : 7
102109
110+ - name : Upload built binary as artifact
111+ uses : actions/upload-artifact@v4
112+ with :
113+ name : MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod.ota
114+ path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin
115+ retention-days : 7
103116
104117 - name : Build LVGL MicroPython esp32 dev waveshare-esp32-s3-touch-lcd-2
105118 run : |
Original file line number Diff line number Diff line change 4646 path : lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
4747 retention-days : 7
4848
49+ - name : Upload built binary as artifact
50+ uses : actions/upload-artifact@v4
51+ with :
52+ name : MicroPythonOS_fri3d-2024_prod.ota
53+ path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin
54+ retention-days : 7
55+
4956 - name : Build LVGL MicroPython esp32 dev fri3d-2024
5057 run : |
5158 ./scripts/build_mpos.sh esp32 dev fri3d-2024
6976 path : lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin
7077 retention-days : 7
7178
79+ - name : Upload built binary as artifact
80+ uses : actions/upload-artifact@v4
81+ with :
82+ name : MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod.ota
83+ path : lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin
84+ retention-days : 7
85+
7286 - name : Build LVGL MicroPython esp32 dev waveshare-esp32-s3-touch-lcd-2
7387 run : |
7488 ./scripts/build_mpos.sh esp32 dev waveshare-esp32-s3-touch-lcd-2
You can’t perform that action at this time.
0 commit comments