From 59e3c2c609f3b5cb3456702a6b687cbcb16784a7 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 17 Apr 2023 04:09:11 +0200 Subject: [PATCH] ci: fix cding into wrong folder --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f9df49..f9ddf60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: pnpx chrome-webstore-upload-cli@2.1.0 upload --auto-publish || EXIT_CODE=$? # Firefox - cd ../chromium-unpacked + cd ../firefox-unpacked npm i -g web-ext@7.4.0 web-ext-submit@7.4.0 web-ext-submit || EXIT_CODE=$? diff --git a/package.json b/package.json index b08a243..59ae572 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vencord", "private": "true", - "version": "1.1.8", + "version": "1.1.9", "description": "The cutest Discord client mod", "homepage": "https://github.com/Vendicated/Vencord#readme", "bugs": {