Update .github/workflows/docker-build.yml
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 22s

This commit is contained in:
2026-05-15 20:39:25 +05:30
parent 8f160cc087
commit 62a68832a0

View File

@@ -24,7 +24,7 @@ jobs:
run: ./gradlew assembleRelease --no-daemon run: ./gradlew assembleRelease --no-daemon
- name: Upload APK - name: Upload APK
uses: https://github.com/christopherHX/gitea-upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v3
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