mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
Update Artifact path
This commit is contained in:
parent
561b030e80
commit
690f30f3dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_apk.yml
vendored
2
.github/workflows/build_apk.yml
vendored
|
|
@ -29,4 +29,4 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: release-apk
|
name: release-apk
|
||||||
path: build/app/outputs/apk/release/app-release.apk
|
path: mobile/build/app/outputs/apk/release/app-release.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue