From e48dc87208f29314f966c1303c98da4c153ffa00 Mon Sep 17 00:00:00 2001 From: roblabla Date: Sat, 31 Aug 2024 12:18:44 +0200 Subject: [PATCH] Simplify removal of temporary artifacts through a glob pattern --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48eacd..abbfff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,13 +182,7 @@ jobs: - name: Remove temporary artifacts uses: geekyeggo/delete-artifact@v5 with: - name: | - natives-win_x86_32 - natives-win_x86_64 - natives-mac_x86_64 - natives-mac_arm_64 - natives-linux_x86_64 - natives-linux_arm_64 + name: natives-* - name: Get current date, rev and dist name id: date run: |