Skip to content

Commit

Permalink
DONOT build debug pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Jul 20, 2024
1 parent 6c701ab commit d3adfc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Build PKG
run: |
sed -i '/^OPTIONS=/ s/\<debug\>/!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: |
Expand Down

0 comments on commit d3adfc7

Please sign in to comment.