aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-04-17 04:09:11 +0200
committerVendicated <vendicated@riseup.net>2023-04-17 04:09:20 +0200
commit59e3c2c609f3b5cb3456702a6b687cbcb16784a7 (patch)
tree878bc7d576c294fd8d90898c5551a849b82f0634 /.github/workflows
parent43d7ca4c30a527f750e67e938212326b307b48d9 (diff)
downloadVencord-59e3c2c609f3b5cb3456702a6b687cbcb16784a7.tar.gz
Vencord-59e3c2c609f3b5cb3456702a6b687cbcb16784a7.tar.bz2
Vencord-59e3c2c609f3b5cb3456702a6b687cbcb16784a7.zip
ci: fix cding into wrong folder
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 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=$?