Feat: add package signature
Some checks failed
Build package / build-package (push) Failing after 6s

This commit is contained in:
2025-07-29 02:36:02 +08:00
parent 5520dcdaf6
commit 602ea2cd3f
3 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
_package_changed() {
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
pacman-key --add /usr/share/hl-base-env/hl-package.asc && \
pacman-key --lsign-key \
'Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
update-ca-trust
}