From 1e7ee1d996ef465b8ee86b9eee98f3f78e512fc5 Mon Sep 17 00:00:00 2001 From: gnikit Date: Sun, 9 Jun 2024 20:31:54 +0100 Subject: [PATCH] ci: select only GCC 12 artifacts --- .github/workflows/CI.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c906dfe220..778f8f40da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -289,6 +289,7 @@ jobs: uses: actions/download-artifact@v4 with: path: fpm-cd-artifacts + pattern: 'fpm-*-gcc-12*' merge-multiple: true - name: Normalize file names for continuous delivery diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d55c190e75..8f71ce978d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,6 +131,7 @@ jobs: uses: actions/download-artifact@v4 with: path: fpm-cd-artifacts + pattern: 'fpm-*-gcc-12*' merge-multiple: true - name: Normalize file names for continuous delivery