Merge pull request #303 from LizardByte/fix/archlinux-package-action
fixed archlinux-package-action
This commit is contained in:
@@ -130,9 +130,7 @@ jobs:
|
|||||||
mv ./build/PKGBUILD ./artifacts/
|
mv ./build/PKGBUILD ./artifacts/
|
||||||
|
|
||||||
- name: Validate package
|
- name: Validate package
|
||||||
# uses: hapakaien/archlinux-package-action@v2
|
uses: hapakaien/archlinux-package-action@v2.2.0
|
||||||
# the above action has an issue with the archlinux-keychain
|
|
||||||
uses: lizardbyte/archlinux-package-action@main
|
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
flags: '--syncdeps --noconfirm'
|
flags: '--syncdeps --noconfirm'
|
||||||
|
|||||||
Reference in New Issue
Block a user