Update android.yml

This commit is contained in:
LucasGGamerM 2023-04-01 18:15:06 -03:00 committed by GitHub
parent 21e940c94d
commit d6d45cd9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
gpg -d --passphrase "${{ secrets.BASE_64_SIGNING_KEY_PASSPHRASE }}" --batch release_keystore.jks.asc > release_keystore.jks
- name: Build with Gradle
run: ./gradlew assembleNightly
run: ./gradlew buildNightly
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with: