aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoradripo <26493496+adripo@users.noreply.github.com>2025-04-21 19:59:40 +0200
committerGitHub <noreply@github.com>2025-04-21 18:59:40 +0100
commit4296e7f4d8de64a62dbf5e5d152b19ae25df489e (patch)
treea976ea13ec1396078de2047fdcb125bb086c6a17 /.github
parent86728d7f0e48e5cf8fbd1977240909302b2d8ad9 (diff)
downloadkarakeep-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')
-rw-r--r--.github/workflows/android.yml2
-rw-r--r--.github/workflows/extension.yml4
-rw-r--r--.github/workflows/ios.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 610556d0..40ea4dbe 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -38,5 +38,5 @@ jobs:
- name: Upload AAB artifact
uses: actions/upload-artifact@v4
with:
- name: hoarder-android
+ name: karakeep-android
path: ${{ github.workspace }}/app-release.aab
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/*
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index d98ae20b..dcea97b8 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -29,5 +29,5 @@ jobs:
- name: Upload IPA artifact
uses: actions/upload-artifact@v4
with:
- name: hoarder-ios
+ name: karakeep-ios
path: ${{ github.workspace }}/app-release.ipa