1
0
Fork 0
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:
Berian 2022-02-14 22:08:18 +02:00 committed by GitHub
parent 895c6ec597
commit a7385f0bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ jobs:
- name: Push binary to data branch
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>