File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,18 @@ jobs:
60
60
- name : Build Raspberry Pi PICO port
61
61
run : python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
62
62
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
63
69
- - uses : actions/upload-artifact@v4
64
+ - name : Get build datetime
65
+ id : datetime
66
+ uses : Kaven-Universe/github-action-current-date-time@v1
67
+ with :
68
+ format : " YYYY_MM_DD HH_mm_ss_SSS"
69
+
70
+ - name : Build Unix port
71
+ uses : actions/upload-artifact@v4
70
72
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 }}
73
+ name : lvgl_micropy_unix-${{ steps.datetime .outputs.month }}.${{ steps.datetime .outputs.day }}.${{ steps.datetime .outputs.year }}-${{ steps.datetime .outputs.hours }}_${{ steps.datetime .outputs.minutes }}_${{ steps.datetime .outputs.seconds }}
72
74
path : build/lvgl_micropy_unix
73
75
if-no-files-found : ignore
74
76
75
- run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
77
+ run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
You can’t perform that action at this time.
0 commit comments