Use Forgejo-compatible artifact upload
All checks were successful
Android CI / build (push) Successful in 36s
All checks were successful
Android CI / build (push) Successful in 36s
This commit is contained in:
parent
93ae39a7df
commit
4dac08fffe
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
run: gradle --no-daemon :app:assembleDebug
|
run: gradle --no-daemon :app:assembleDebug
|
||||||
|
|
||||||
- name: Upload debug APK
|
- name: Upload debug APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: calorie-ai-debug-apk
|
name: calorie-ai-debug-apk
|
||||||
path: app/build/outputs/apk/debug/app-debug.apk
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue