Skip to content

Commit

Permalink
CI build: don’t strip symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Apr 30, 2024
1 parent 4087ff1 commit 7e42e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e42e5b

Please sign in to comment.