feat: add nightly download button

I have no idea if it will work, but hopefully it does!
This commit is contained in:
LucasGGamerM 2023-03-31 20:21:43 -03:00 committed by GitHub
parent 7d43105925
commit 36bb1ea8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -23,4 +23,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- 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/outputs/apk/nightly/moshidon-nightly.apk