mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
fix for publishing packages
This commit is contained in:
parent
001756ab9f
commit
3062f839af
1
.github/workflows/publishing_packages.yml
vendored
1
.github/workflows/publishing_packages.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Fix android 31.0.0 dx
|
- name: Fix android 31.0.0 dx
|
||||||
|
continue-on-error: true
|
||||||
run: cd /usr/local/lib/android/sdk/build-tools/31.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
|
run: cd /usr/local/lib/android/sdk/build-tools/31.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
|
||||||
- name: Update version
|
- name: Update version
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user