GitHub Action
PKGBUILD Action
v1.2.0
Latest version
Make the package in a minimal environment and generate .SRCINFO
.
The path to the directory containing the PKGBUILD.
Use Arch Linux Archive on the specified date instead of using the latest repo.
Example value: 2023/03/20
The path to the built package.
- name: Build Package
uses: ouuan/pkgbuild-action@master
id: build-package
with:
path: pkgname
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: pkgname-${{ github.run_id }}
path: ${{ steps.build-package.outputs.pkgfile }}