diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a5f4ef..610e8da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,3 @@ -# This is a basic workflow to help you get started with Actions - name: CI on: push: @@ -23,8 +21,7 @@ jobs: sparse-checkout: . - name: Build linux-fix-e1000e - uses: hapakaien/archlinux-package-action@v2 + uses: 2m/arch-pkgbuild-builder@v1.16 with: - path: linux-fix-e1000e - flags: '' - namcap: true + target: 'pkgbuild' + pkgname: 'linux-fix-e1000e'