aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/extension.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/extension.yml')
-rw-r--r--.github/workflows/extension.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml
index 4a037b12..234f9a62 100644
--- a/.github/workflows/extension.yml
+++ b/.github/workflows/extension.yml
@@ -28,11 +28,11 @@ jobs:
- name: Upload Extension Archive (chrome)
uses: actions/upload-artifact@v4
with:
- name: hoarder-extension-chrome
+ name: karakeep-extension-chrome
path: apps/browser-extension/dist-chrome/*
- name: Upload Extension Archive (firefox)
uses: actions/upload-artifact@v4
with:
- name: hoarder-extension-firefox
+ name: karakeep-extension-firefox
path: apps/browser-extension/dist-firefox/*