diff --git a/README.md b/README.md index d8fdf6f..4cace8f 100644 --- a/README.md +++ b/README.md @@ -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 ```