Update .github/workflows/docker-build.yml
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 22s
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 22s
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user