update github workflow with new gradle version
This commit is contained in:
parent
85229301fd
commit
4cf637bda1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
arguments: assemble
|
arguments: assemble
|
||||||
gradle-version: 6.7.1
|
gradle-version: 7.0.2
|
||||||
- name: Move
|
- name: Move
|
||||||
run: mv app/build/outputs/apk/release/*.apk gelli-release-${version}.apk
|
run: mv app/build/outputs/apk/release/*.apk gelli-release-${version}.apk
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue