Enable overwriting artifacts
This lets us release new zips based on a newer circuitpython-build-tools package.
This commit is contained in:
parent
91546f562a
commit
7ab6e444a7
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ deploy:
|
|||
file_glob: true
|
||||
file: bundles/*
|
||||
skip_cleanup: true
|
||||
overwrite: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue