Update android.yml

This commit is contained in:
LucasGGamerM 2023-04-01 18:23:46 -03:00 committed by GitHub
parent d86509233f
commit 5979341fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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