This commit is contained in:
zeppi 2022-11-21 17:01:11 -05:00
parent 889960ffdd
commit c8799d5a20

View file

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