Update upload-artifact

This commit is contained in:
Ian VanSchooten 2024-10-22 14:32:45 -04:00
parent f0c0d4b49e
commit 403fe7c41e
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ jobs:
unzip -p build/app/outputs/apk/debug/app-debug.apks universal.apk > build/app/outputs/apk/debug/app-debug.apk unzip -p build/app/outputs/apk/debug/app-debug.apks universal.apk > build/app/outputs/apk/debug/app-debug.apk
- name: Collect debug apk - name: Collect debug apk
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: app-debug.apk name: MobileNebulaDebug.apk
path: build/app/outputs/apk/debug/app-debug.apk path: build/app/outputs/apk/debug/app-debug.apk
retention-days: 60 retention-days: 60