Skip to content

Commit 5941b13

Browse files
committed
zip it up
1 parent df6bc35 commit 5941b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Build
2323
run: |
2424
make release
25+
zip -9 glibc-tools-x86_64.zip build/libSegFault.so build/tracer
2526
2627
- name: Release
2728
uses: softprops/action-gh-release@v2
2829
if: startsWith(github.ref, 'refs/tags/')
2930
with:
3031
fail_on_unmatched_files: true
3132
files: |
32-
build/libSegFault.so
33-
build/tracer
33+
glibc-tools-x86_64.zip

0 commit comments

Comments
 (0)