File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 61
61
run : python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
62
62
63
63
- name : Build Unix port
64
+ id : unix_port
65
+ - uses : Kaven-Universe/github-action-current-date-time@v1
66
+ with :
67
+ format : " YYYY_MM_DD HH_mm_ss_SSS"
68
+
69
+ - uses : actions/upload-artifact@v4
70
+ with :
71
+ name : lvgl_micropy_unix-${{ steps.unix_port.outputs.month }}.${{ steps.unix_port.outputs.day }}.${{ steps.unix_port.outputs.year }}-${{ steps.unix_port.outputs.hours }}_${{ steps.unix_port.outputs.minutes }}_${{ steps.unix_port.outputs.seconds }}
72
+ path : build/lvgl_micropy_unix
73
+ if-no-files-found : ignore
74
+
64
75
run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ def compile(): # NOQA
252
252
253
253
os .remove (os .path .join ('build' , f ))
254
254
255
-
256
255
src = f'lib/micropython/ports/unix/build-{ variant } /micropython'
257
256
dst = f'build/lvgl_micropy_unix'
258
257
shutil .copyfile (src , dst )
You can’t perform that action at this time.
0 commit comments