aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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