Update main.yml

This commit is contained in:
FrostNovaHD 2024-01-07 11:39:27 +01:00 committed by GitHub
parent f44995edc9
commit f5c7af45f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Build debug .apk
run: |
chmod +x gradlew
./gradlew assembleDebug
./gradlew assemble
- name : upload apk
uses: actions/upload-artifact@v3