fixed archlinux-package-action

This commit is contained in:
ReenigneArcher 2022-08-07 16:46:02 -04:00
parent d38392aea0
commit 094ab4eb1a
No known key found for this signature in database
GPG Key ID: 0CA6A47B0630EA9B

View File

@ -130,9 +130,7 @@ jobs:
mv ./build/PKGBUILD ./artifacts/
- name: Validate package
# uses: hapakaien/archlinux-package-action@v2
# the above action has an issue with the archlinux-keychain
uses: lizardbyte/archlinux-package-action@main
uses: hapakaien/archlinux-package-action@v2.2.0
with:
path: artifacts
flags: '--syncdeps --noconfirm'