From e119f092bf143cabfb2a626980cc456b0627182d Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 18 Jul 2024 04:37:44 +0200 Subject: [PATCH] nyaa --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 190e3069c..91e68a83b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json - - name: Use Node.js 19 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: node-version: 20 @@ -36,7 +36,7 @@ jobs: - name: Publish extension run: | - cd dist/chromium-unpacked + cd dist/browser/chromium-unpacked pnpx chrome-webstore-upload-cli@2.1.0 upload --auto-publish env: EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}