Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

PKGBUILD Action

Actions
Make the package in a minimal environment and generate .SRCINFO
v1.1.5
Star (6)

PKGBUILD Action

Make the package in a minimal environment and generate .SRCINFO.

Inputs

path

The path to the directory containing the PKGBUILD.

Outputs

pkgfile

The path to the built package.

Get Started

      - 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.

About

Make the package in a minimal environment and generate .SRCINFO
v1.1.5

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.