File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
internal_filesystem/lib/mpos/net Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 - name : Run unit tests on macOS
4949 run : |
5050 ./tests/unittest.sh
51- mv lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
51+ mv lvgl_micropython/build/lvgl_micropy_macOS lvgl_micropython/build/MicroPythonOS_amd64_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
5252 continue-on-error : true
5353
5454 - name : Upload built binary as artifact
5555 uses : actions/upload-artifact@v4
5656 with :
57- name : MicroPythonOS_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
58- path : lvgl_micropython/build/MicroPythonOS_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
57+ name : MicroPythonOS_amd64_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
58+ path : lvgl_micropython/build/MicroPythonOS_amd64_macOS_ ${{ steps.version.outputs.OS_VERSION }}.bin
5959 compression-level : 0 # don't zip it
6060 retention-days : 7
6161
Original file line number Diff line number Diff line change 11"""
22download_manager.py - HTTP download service for MicroPythonOS
33
4- Provides async HTTP downloads with flexible output modes:
4+ Provides synchronous and asynchronous HTTP downloads with flexible output modes:
55- Download to memory (returns bytes)
66- Download to file (returns bool)
77- Streaming with chunk callback (returns bool)
You can’t perform that action at this time.
0 commit comments