mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
Merge pull request 'Include *.aab in Release Stage' (#185) from include-aab into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/185 Reviewed-by: NaiJi ✨ <naiji@udongein.xyz>
This commit is contained in:
commit
4ee93bf03c
|
@ -157,8 +157,7 @@ steps:
|
||||||
|
|
||||||
- name: Push Artifacts to the Release Volume
|
- name: Push Artifacts to the Release Volume
|
||||||
commands:
|
commands:
|
||||||
# - git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.aab *.tar.zstd
|
- git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.aab *.tar.zstd
|
||||||
- git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.tar.zstd
|
|
||||||
- git commit -m Release
|
- git commit -m Release
|
||||||
- git archive --format=tar HEAD | podman volume import release -
|
- git archive --format=tar HEAD | podman volume import release -
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue