mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-30 12:46:52 +00:00
Include AABs in Release Stage
This commit is contained in:
parent
fe8a7cf9ac
commit
439b079c09
|
@ -157,8 +157,7 @@ steps:
|
|||
|
||||
- name: Push Artifacts to the Release Volume
|
||||
commands:
|
||||
# - 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 add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.aab *.tar.zstd
|
||||
- git commit -m Release
|
||||
- git archive --format=tar HEAD | podman volume import release -
|
||||
|
||||
|
|
Loading…
Reference in a new issue