From 7e42e5b1ccfa4a9e79a87f2bc9ea7e95a6d14a7d Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 1 May 2024 06:04:31 +0700 Subject: [PATCH] =?UTF-8?q?CI=20build:=20don=E2=80=99t=20strip=20symbols?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b280094..378e5ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: git submodule init git submodule update - gmake package FINALPACKAGE=1 + gmake package FINALPACKAGE=1 STRIP=0 - name: Upload artifact uses: actions/upload-artifact@v3