From 93d55c4c883454f238433cb5accd9f4626ded367 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Tue, 19 Nov 2024 08:02:39 +0100 Subject: [PATCH] fix: cicd --- .github/workflows/default.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a3435f2f..331e54e5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -66,12 +66,6 @@ jobs: name: react-example path: ./build/react-example - - name: ⬇ Download build react-tailwind - uses: actions/download-artifact@v4 - with: - name: react-tailwind-example - path: ./build/react-tailwind-example - - name: ⬇ Download build vue uses: actions/download-artifact@v4 with: