PKGBUILD Action
ActionsTags
(2)Make the package in a minimal environment and generate .SRCINFO
.
The path to the directory containing the PKGBUILD.
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@v2
with:
name: pkgname-${{ github.run_id }}
path: ${{ steps.build-package.outputs.pkgfile }}
PKGBUILD Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.