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/