fix: upload final builds (#44)

* fix: upload final builds

* Update build.yml
This commit is contained in:
Florian Bouillon 2023-01-16 01:50:56 +01:00 committed by GitHub
parent b9379d6526
commit cbd5f57f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,11 +39,11 @@ jobs:
.github/scripts/gradlew_recursive.sh assembleDebug
- name: Zip artifacts
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
# - name: Upload artifacts
# uses: actions/upload-artifact@v3
# with:
# name: assemble
# path: assemble.zip
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: assemble
path: assemble.zip
- name: ktlint
uses: ScaCap/action-ktlint@master
with: