From cab4e4146b0646fe8c620bd2b4d1762595245b01 Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Tue, 4 Feb 2025 08:21:19 +0100 Subject: [PATCH] fix github actions --- .github/workflows/node.js.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index af9a2fde..5b3dcc65 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,11 +27,3 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm run lint - - - name: Upload a Build Artifact - uses: actions/upload-artifact@v3 - with: - # A file, directory or wildcard pattern that describes what to upload - path: | - eslint/*.xpi - eslint/*.zip