Skip to content

Commit 7c10023

Browse files
committed
update LVGL_MicroPython
1 parent 1fc6329 commit 7c10023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/LVGL_MicroPython.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
echo "OUTPUT=${{env.LVGL}}/build" >> $GITHUB_ENV
6363
echo "FIREMWARE_ORIGIN=lvgl_micropy_${{fromJSON(matrix.info).BOARD}}-${{fromJSON(matrix.info).BOARD_VARIANT}}-${{fromJSON(matrix.info).FLASH}}.bin" >> $GITHUB_ENV
6464
echo "status=success" >> $GITHUB_OUTPUT
65+
echo "COMPILE_DATE=$(date +"%Y%m%d")" >> $GITHUB_ENV
6566
6667
- name: Organize compiled firmware
6768
if: steps.compile.outputs.status == 'success' && !cancelled()
@@ -75,7 +76,7 @@ jobs:
7576
repo_token: ${{secrets.GITHUB_TOKEN}}
7677
file: ${{env.OUTPUT}}/${{env.FIREMWARE}}
7778
asset_name: ${{env.FIREMWARE}}
78-
tag: LVGL_MicroPython-$(date +"%Y%m%d")
79+
tag: LVGL_MicroPython-${{env.COMPILE_DATE}}
7980
body: |
8081
### LVGL & MicroPython Firmware For ESP32
8182
[LVGL_MicroPython](https://github.com/lvgl-micropython/lvgl_micropython)

0 commit comments

Comments
 (0)