修复versionCode获取问题
This commit is contained in:
parent
1ab0774063
commit
c4cd333c9d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/android_ci.yml
vendored
6
.github/workflows/android_ci.yml
vendored
|
|
@ -10,7 +10,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue