https://github.com/christopherHX/gitea-upload-artifact@v4
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 16m0s

This commit is contained in:
2026-05-15 20:10:23 +05:30
parent 788291f635
commit 8f160cc087

View File

@@ -24,7 +24,7 @@ jobs:
run: ./gradlew assembleRelease --no-daemon run: ./gradlew assembleRelease --no-daemon
- name: Upload APK - name: Upload APK
uses: actions/gitea-upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: LensApp-unsigned-${{ github.run_number }} name: LensApp-unsigned-${{ github.run_number }}
path: android/app/build/outputs/apk/release/*.apk path: android/app/build/outputs/apk/release/*.apk