summaryrefslogtreecommitdiff
path: root/.forgejo/workflows
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-05-07 18:03:22 +0200
committerNippy <nippy@rp1.hu>2026-05-07 18:03:22 +0200
commitebc9eda8f562df5d26306730f0d2955b80f395d7 (patch)
tree1f0384c4f43a6801bfc43d643762ea2d27fb3552 /.forgejo/workflows
parenta7533d46294987d50d3a147584e8efb543ca7f8e (diff)
downloadRaveOS-PKGBUILD-ebc9eda8f562df5d26306730f0d2955b80f395d7.tar.gz
RaveOS-PKGBUILD-ebc9eda8f562df5d26306730f0d2955b80f395d7.zip
update raveos theme
Diffstat (limited to '.forgejo/workflows')
-rw-r--r--.forgejo/workflows/build-theme-send-core-repo.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.forgejo/workflows/build-theme-send-core-repo.yml b/.forgejo/workflows/build-theme-send-core-repo.yml
index a53250b..58a337f 100644
--- a/.forgejo/workflows/build-theme-send-core-repo.yml
+++ b/.forgejo/workflows/build-theme-send-core-repo.yml
@@ -87,9 +87,9 @@ jobs:
echo "raveos-plasma-theme ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-plasma-theme-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-plasma-theme-*.pkg.tar.zst /tmp/builtpkgs/
- name: Build raveos-gnome-theme
run: |
@@ -102,9 +102,9 @@ jobs:
echo "raveos-gnome-theme ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-gnome-theme-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-gnome-theme-*.pkg.tar.zst /tmp/builtpkgs/
- name: Build raveos-hyprland-theme
run: |
@@ -117,9 +117,9 @@ jobs:
echo "raveos-hyprland-theme ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-hyprland-theme-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-hyprland-theme-*.pkg.tar.zst /tmp/builtpkgs/
- name: Build raveos-cosmic-theme
run: |
@@ -132,9 +132,9 @@ jobs:
echo "raveos-cosmic-theme ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-cosmic-theme-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-cosmic-theme-*.pkg.tar.zst /tmp/builtpkgs/
- name: Build raveos-tools
run: |
@@ -147,9 +147,9 @@ jobs:
echo "raveos-tools ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-tools-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-tools-*.pkg.tar.zst /tmp/builtpkgs/
- name: Publish packages to raveos-core-repo (only if changed)
run: |