Update autopublish.yml

This commit is contained in:
InsanusMokrassar 2022-03-06 18:59:45 +06:00 committed by GitHub
parent 5409990e6d
commit 186bfd7ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
- name: Fix android 32.0.0 dx
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
- name: Prepare client
run: ./prepare_client.sh
- name: Rewrite version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"