From 094ab4eb1a33fd84c85583b57e90efe5c55f28b1 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 7 Aug 2022 16:46:02 -0400 Subject: [PATCH] fixed archlinux-package-action --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3dbc3346..ad690428 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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'