From d3adfc75769942ae7222d336a3cd58efc3c3b23a Mon Sep 17 00:00:00 2001 From: Omansh Krishn Date: Sat, 20 Jul 2024 18:53:22 +0530 Subject: [PATCH] DONOT build debug pkg Signed-off-by: Omansh Krishn --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d9fbaa..d90dfa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,11 @@ jobs: - name: Build PKG run: | + sed -i '/^OPTIONS=/ s/\/!debug/g' /etc/makepkg.conf su builder -c "git clone https://github.com/materialgram/materialgram-bin /home/builder/build && cd /home/builder/build \ && sed -i "s/pkgver=.*/pkgver=${{ github.event.client_payload.tagname }}/" PKGBUILD \ && sed -i "s/pkgrel=.*/pkgrel=${{ github.event.client_payload.pkgrel }}/" PKGBUILD \ - && updpkgsums && makepkg --syncdeps --noconfirm --needed && rm *debug*" + && updpkgsums && makepkg --syncdeps --noconfirm --needed" - name: Set env variables run: |