test1 #13
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -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]+\.?)+')
|
||||||
|
|
Loading…
Reference in a new issue