We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c825b commit 142eb1dCopy full SHA for 142eb1d
1 file changed
.github/workflows/linux.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Upload built binary as artifact
106
uses: actions/upload-artifact@v4
107
with:
108
- name: build-ESP32_GENERIC_S3-SPIRAM_OCT/MicroPythonOS_fri3d-2024_prod_${{ steps.version.outputs.OS_VERSION }}.ota
+ name: MicroPythonOS_fri3d-2024_prod_${{ steps.version.outputs.OS_VERSION }}.ota
109
path: lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/MicroPythonOS_fri3d-2024_prod_${{ steps.version.outputs.OS_VERSION }}.ota
110
retention-days: 7
111
0 commit comments