summaryrefslogtreecommitdiff
path: root/.forgejo
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/build-kernel.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/build-kernel.yml b/.forgejo/workflows/build-kernel.yml
index d2ba36a..80ee545 100644
--- a/.forgejo/workflows/build-kernel.yml
+++ b/.forgejo/workflows/build-kernel.yml
@@ -62,7 +62,7 @@ jobs:
cd linux-raveos
rm -f *.pkg.tar.zst || true
makepkg -s --noconfirm
- cp -v linux-raveos-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v linux-cachyos-*.pkg.tar.zst /tmp/builtpkgs/
- name: Publish to core repo
if: steps.check.outputs.SKIP == 'no'