mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
fix CI
This commit is contained in:
parent
f9b5dfcc20
commit
2ca6a5e90e
|
@ -91,7 +91,7 @@ steps:
|
|||
|
||||
- name: Push Artifacts to the Release Volume
|
||||
commands:
|
||||
- git add -v *.AppImage *.flatpak *.apk *.apk.idsig *.tar.zstd
|
||||
- git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.tar.zstd
|
||||
- git commit -m Release
|
||||
- git archive --format=tar HEAD | podman volume import release -
|
||||
|
||||
|
|
Loading…
Reference in a new issue