Skip to content

Commit

Permalink
Merge pull request #303 from LizardByte/fix/archlinux-package-action
Browse files Browse the repository at this point in the history
fixed archlinux-package-action
  • Loading branch information
ReenigneArcher authored Aug 7, 2022
2 parents d38392a + 094ab4e commit de6779e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
path: artifacts
flags: '--syncdeps --noconfirm'
Expand Down

0 comments on commit de6779e

Please sign in to comment.