try hacky copy

This commit is contained in:
zeppi 2022-11-21 18:30:20 -05:00
parent c8799d5a20
commit 564f1a3193

View file

@ -14,9 +14,13 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: hacky copy
run: |
cp -r /root/.buildozer ~/.buildozer/
- name: Log the buildozer version
run: |
pwd
ls -al /
- name: export build version
run: export BUILD_VERSION=$(cat $GITHUB_WORKSPACE/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
- name: setup