Ignore build directories and switch bundle name.
This commit is contained in:
parent
1b507d7e5e
commit
331c6795c2
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
build
|
||||
build*
|
||||
.env
|
||||
bundles
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
|
||||
script: circuitpython-build-bundles . bundles
|
||||
script: circuitpython-build-bundles . bundles circuitpython-community-bundle
|
||||
|
|
|
|||
Loading…
Reference in a new issue