This commit is contained in:
soraefir 2024-03-23 13:59:01 +01:00
parent a403bdea61
commit cdd4d6db1b
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1 - uses: gradle/wrapper-validation-action@v2
- name: create and checkout branch - name: create and checkout branch
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: app name: app
path: app/build/release/apk/release/*.apk path: app/build/outputs/apk/release/*.apk