From 85c5832f24d4c78572fefd22415475b8812cbea1 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 28 Aug 2023 14:51:19 +0200 Subject: [PATCH] Fix 'check if hashes were created for all requested targets' --- .github/workflows/build-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 12bedec6cb..1b45d24116 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -14,7 +14,7 @@ on: type: string # please remember to update the pkghashes below when you # update this list, as well as the one in builder-dispatch.yml - default: > + default: >- el-7 el-8 el-9 -- 2.47.2