mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-13 22:12:49 +01:00
feat: updated deprecated arguments in build_push
This commit is contained in:
parent
d40f86ddee
commit
8652959e46
7
.github/workflows/build_push.yml
vendored
7
.github/workflows/build_push.yml
vendored
@ -32,10 +32,13 @@ jobs:
|
||||
java-version: 17
|
||||
distribution: adopt
|
||||
|
||||
- name: Build app and run unit tests
|
||||
- name: Set up gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
with:
|
||||
arguments: detekt assembleStandardRelease testReleaseUnitTest
|
||||
gradle-version: 8
|
||||
|
||||
- name: Build app and run unit tests
|
||||
run: ./gradlew detekt assembleStandardRelease testReleaseUnitTest
|
||||
|
||||
# Sign APK and create release for tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user