mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add Examples section
This commit is contained in:
parent
52b9eeea66
commit
161997339e
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -194,6 +194,16 @@ jobs:
|
|||
run: python master/.ci/move_binary.py "${{ steps.buildozer.outputs.filename }}" master data
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
You can [search GitHub](https://github.com/search?q=buildozer-action+extension%3Ayml+path%3A.github%2Fworkflows&type=Code)
|
||||
for repositories that use this action.
|
||||
|
||||
Some great examples:
|
||||
|
||||
- [KivyMD](https://github.com/HeaTTheatR/KivyMD/blob/master/.github/workflows/build-demos.yml)
|
||||
- build several demo apps
|
||||
|
||||
## Action versioning
|
||||
|
||||
Currently it is recommended to use `v1` tag. This tag updates when new `v1.x.x`
|
||||
|
|
Loading…
Reference in a new issue