Skip to content
Snippets Groups Projects
Commit a421e579 authored by Éloïs's avatar Éloïs
Browse files

Update releaser.py

parent 3f0160f7
Branches
Tags v0.99.0 vTEST2
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
......@@ -94,7 +94,7 @@ def build_compiled_message(current_message):
'icon': ':package:'
}
artifacts_list.append(artifact_dict)
expected_sources = ['tar.gz', 'zip']
expected_sources = ['tar.gz', 'deb']
for source in expected_sources:
source_url = build_artifact_url(source, True)
artifact_dict = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment