Skip to content

Commit

Permalink
Reduce the source size of the dependent libs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Apr 13, 2020
1 parent 7c71af7 commit a48bb32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Create source tarball
run: |
rm -rf sources/libtree/.git
tar -zcvf sources.tar.gz sources/libtree
rm -rf sources/libtree/deps/ELFIO/{elf_examples,examples,doc}
tar -C sources -zcvf sources.tar.gz libtree
- name: Upload sources
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a48bb32

Please sign in to comment.