From a7385f0bf5742d140bd04749ac89e4738819a51a Mon Sep 17 00:00:00 2001 From: Berian Date: Mon, 14 Feb 2022 22:08:18 +0200 Subject: [PATCH] Fix example in README.md (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```