Switch bundle build for build tools 0.0.8 which has proper argument parsing.
This commit is contained in:
parent
2ac176c006
commit
a9de1740f9
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
build*
|
||||
*zip
|
||||
.env
|
||||
bundles
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
|
||||
script: circuitpython-build-bundles . bundles adafruit-circuitpython-bundle
|
||||
script: circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bundle --library_location libraries --library_depth 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue