Update autopublish.yml
This commit is contained in:
parent
5409990e6d
commit
186bfd7ac0
2
.github/workflows/autopublish.yml
vendored
2
.github/workflows/autopublish.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
|||||||
- name: Fix android 32.0.0 dx
|
- name: Fix android 32.0.0 dx
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
|
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
|
||||||
|
- name: Prepare client
|
||||||
|
run: ./prepare_client.sh
|
||||||
- name: Rewrite version
|
- name: Rewrite version
|
||||||
run: |
|
run: |
|
||||||
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
||||||
|
Loading…
Reference in New Issue
Block a user