mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Fix example in README.md (#12)
This commit is contained in:
parent
895c6ec597
commit
a7385f0bf5
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ jobs:
|
||||||
|
|
||||||
- name: Push binary to data branch
|
- name: Push binary to data branch
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: python master/.ci/move_binary.py "${{ steps.buildozer.outputs.filename }}" master data
|
run: python master/.ci/move_binary.py "${{ steps.buildozer.outputs.filename }}" master data bin
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue