summaryrefslogtreecommitdiff
path: root/.forgejo/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo/workflows')
-rw-r--r--.forgejo/workflows/build-theme-send-core-repo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.forgejo/workflows/build-theme-send-core-repo.yml b/.forgejo/workflows/build-theme-send-core-repo.yml
index 332a0d4..aea1ede 100644
--- a/.forgejo/workflows/build-theme-send-core-repo.yml
+++ b/.forgejo/workflows/build-theme-send-core-repo.yml
@@ -255,9 +255,9 @@ jobs:
echo "raveos-support ${PKGVER}-${PKGREL} unchanged -> skip"
exit 0
fi
- rm -f *.pkg.tar.zst || true
+ rm -rf build || true
makepkg -s --noconfirm -f
- cp -v raveos-support-*.pkg.tar.zst /tmp/builtpkgs/
+ cp -v build/raveos-support-*.pkg.tar.zst /tmp/builtpkgs/
- name: Build raveos-plymouth-theme
run: |