From dd2bfe2820b1af2e60f6363a4bc90b8273231abe Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 23 May 2023 17:58:54 +1200 Subject: [PATCH] fix: Remove action --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 2ce6fc5..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: zip and upload - -on: - push: - branches: - - main -jobs: - zip: - container: - image: node:latest - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: ls -l - - run: npm run zip - - uses: actions/upload-artifact@v2 - with: - name: vno16 - path: vno16.zip -