Skip to content

Commit

Permalink
Exclude debug symbols from release package
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 22, 2022
1 parent 8be4dab commit 031da52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: |
mkdir artifacts/release/
cd artifacts/${{ env.REPO }}/
rm *.pdb
rm x64/*.pdb
zip -r ../release/${{ env.REPO }}-$VERSION.fb2k-component *
- name: Generate checksums
Expand Down

0 comments on commit 031da52

Please sign in to comment.