update dependencies and commit-publish workflow

This commit is contained in:
2023-02-17 14:11:26 +06:00
parent 69c819162d
commit 6a5cd2f469
2 changed files with 3 additions and 8 deletions

View File

@@ -8,9 +8,6 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- 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: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"