mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Always cache the flatpak temporaries in CI
This commit is contained in:
parent
f8d7cfc67f
commit
24230bacef
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ build-flatpak:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
- build-flatpak/.flatpak-builder/
|
- build-flatpak/.flatpak-builder/
|
||||||
|
when: always # because the arm runner is slow and ooms often otherwise!
|
||||||
artifacts:
|
artifacts:
|
||||||
expose_as: 'flatpak'
|
expose_as: 'flatpak'
|
||||||
paths: ['build-flatpak/nheko-${ARCH}.flatpak']
|
paths: ['build-flatpak/nheko-${ARCH}.flatpak']
|
||||||
|
|
Loading…
Reference in a new issue