test1 #13

Closed
jessopb wants to merge 17 commits from test-deploy into master
Showing only changes of commit 564f1a3193 - Show all commits

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