From 4d0a43a0c876f6a1d8208007adb899cc27a5c75a Mon Sep 17 00:00:00 2001 From: Daniel Hauschildt Date: Tue, 26 Mar 2024 09:57:17 +0000 Subject: [PATCH] fix: Don't upload artifacts --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ef8431..6aacf46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: npm run build --if-present - run: npm run test --if-present - run: npm run package:pack --if-present - - uses: actions/upload-artifact@v4 - with: - name: my-artifact - path: releases/ + # - uses: actions/upload-artifact@v4 + # with: + # name: my-artifact + # path: releases/