File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 run : |
4141 source actions-ci/install.sh
4242 - name : Build assets
43- run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix ${{ steps.repo-name.outputs.repo-name }}
43+ run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix circuitpython_cirque_pinnacle
4444 - name : Upload Release Assets
4545 # the 'official' actions version does not yet support dynamically
4646 # supplying asset names to upload. @csexton's version chosen based on
Original file line number Diff line number Diff line change 6262 # simple. Or you can use find_packages().
6363 # TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
6464 # CHANGE `py_modules=['...']` TO `packages=['...']`
65- py_modules = ['circuitpython_cirque_pinnacle' ],
65+ packages = ['circuitpython_cirque_pinnacle' ],
6666)
You can’t perform that action at this time.
0 commit comments