From d3383f7210d8b59c824ce6b0514977b3c8b84a4f Mon Sep 17 00:00:00 2001 From: Malena Casas Date: Tue, 19 Nov 2024 11:37:39 -0300 Subject: [PATCH] Add all options in architecture and distribution --- .github/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eff9c7e598c48..c824cb118e259 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,11 @@ on: - ["rpm"] - ["deb"] - ["tar"] - default: '["rpm","deb"]' + - ["rpm","deb"] + - ["rpm", "tar"] + - ["deb", "tar"] + - ["rpm","deb","tar"] + default: ["rpm","deb"] required: true architecture: description: "Architecture of the package [x64, arm64]" @@ -38,7 +42,8 @@ on: options: - ["x64"] - ["arm64"] - default: '["x64","arm64"]' + - ["x64","arm64"] + default: ["x64","arm64"] required: true checksum: description: "Generate package checksum?"