From 48b29cc7720bfebee10457df352ca4f1650c2aa8 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Tue, 20 Sep 2022 08:22:58 +0300 Subject: [PATCH] dont build bundles --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e5db5da8..788c50bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -151,7 +151,8 @@ 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 *.aab *.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 -