test1 #13
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -14,9 +14,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: hacky copy
|
||||||
|
run: |
|
||||||
|
cp -r /root/.buildozer ~/.buildozer/
|
||||||
- name: Log the buildozer version
|
- name: Log the buildozer version
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
ls -al /
|
||||||
- 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]+\.?)+')
|
||||||
- name: setup
|
- name: setup
|
||||||
|
|
Loading…
Reference in a new issue