Skip to content

Commit

Permalink
Fix example in README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaiwa-berian authored Feb 14, 2022
1 parent 895c6ec commit a7385f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a7385f0

Please sign in to comment.