From a8038c6e4af0eb0cdd3a36bdeb539d1dea18205b Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 21 Aug 2023 00:47:40 +0200 Subject: [PATCH] Add ArchLinux build to CI --- .github/workflows/release.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b04af6a..7f80c8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,10 +31,21 @@ jobs: files: './goldwarden' repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Validate package + - name: Validate ArchLinux PKGBUILD uses: hapakaien/archlinux-package-action@v2 with: flags: '' namcap: true updpkgsums: true + + - name: Build ArchLinux package + uses: mijailr/arch-makepkg-action@v1 + + + - uses: AButler/upload-release-assets@v2.0 + with: + files: './*.pkg.tar.zst' + repo-token: ${{ secrets.GITHUB_TOKEN }} + +