File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 53
53
- name : Build Raspberry Pi PICO port
54
54
run : python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
55
55
56
+ - name : Get build datetime
57
+ id : datetime
58
+ uses : Kaven-Universe/github-action-current-date-time@v1
59
+ with :
60
+ format : " YYYY_MM_DD HH_mm_ss_SSS"
61
+
56
62
- name : Build macOS port
57
63
run : python3 make.py macOS submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
58
64
59
-
65
+ - uses : actions/upload-artifact@v4
66
+ with :
67
+ name : lvgl_micropy_macos-${{ steps.datetime.outputs.month }}.${{ steps.datetime.outputs.day }}.${{ steps.datetime.outputs.year }}-${{ steps.datetime.outputs.hours }}_${{ steps.datetime.outputs.minutes }}_${{ steps.datetime.outputs.seconds }}
68
+ path : build/lvgl_micropy_macos
69
+ if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments