From 4d7be24bda7bc597f38e5ea402a9d47057a85402 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Fri, 10 Jan 2025 23:57:41 -0800 Subject: [PATCH] comment out for test --- .github/workflows/package.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 6010c36d5..d6647ae62 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -28,15 +28,15 @@ jobs: cache: 'npm' - name: Install dependencies (Node.js) run: npm ci - - name: Build electron app - run: npm run build:electron - - name: build package - run: npx electron-builder build --x64 --arm64 --publish always - - name: Upload built packages - uses: actions/upload-artifact@v4 - with: - name: artifact-${{ matrix.image }} - path: release/ + # - name: Build electron app + # run: npm run build:electron + # - name: build package + # run: npx electron-builder build --x64 --arm64 --publish always + # - name: Upload built packages + # uses: actions/upload-artifact@v4 + # with: + # name: artifact-${{ matrix.image }} + # path: release/ plugin: runs-on: ubuntu-latest