From 3f1da7364dc601d0039c9684ebc79874c959e9e8 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 2 Jun 2023 13:16:44 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f5bdbf..687c9d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,7 @@ jobs: with: name: build-artifacts path: . # Include all files in the artifact + path-ignore: node_modules docker: needs: build