https://github.com/christopherHX/gitea-upload-artifact@v4
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 16m0s
Some checks failed
Docker Build (Unsigned APK) / Build unsigned APK (push) Failing after 16m0s
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: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user