diff options
| author | adripo <26493496+adripo@users.noreply.github.com> | 2025-04-21 19:59:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-21 18:59:40 +0100 |
| commit | 4296e7f4d8de64a62dbf5e5d152b19ae25df489e (patch) | |
| tree | a976ea13ec1396078de2047fdcb125bb086c6a17 /.github/workflows/extension.yml | |
| parent | 86728d7f0e48e5cf8fbd1977240909302b2d8ad9 (diff) | |
| download | karakeep-4296e7f4d8de64a62dbf5e5d152b19ae25df489e.tar.zst | |
chore: rename missing files/conf from Hoarder to Karakeep (#1280)
* refactor: Rename remaining project configuration from Hoarder to Karakeep
* some fixes
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to '.github/workflows/extension.yml')
| -rw-r--r-- | .github/workflows/extension.yml | 4 |
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/* |
