This create a package using the PKGBUILD on the root of the repository
steps:
- name: Build archlinux package
uses: vufa/arch-makepkg-action@master
with:
repos: >
exampleRepo=http://example.org/repos/$repo/$arch
before: "echo hello"
packages: >
p7zip
wine
scripts: "makepkg"
Then you can upload the artifact with your package name and version specified on the PKGBUILD
The scripts and documentation in this project are released under the MIT License