File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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()
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)
You can’t perform that action at this time.
0 commit comments