Reduces source code archive by removing .git

pull/368/head
Tpt 2 years ago committed by Thomas Tanon
parent ca415ec044
commit 575bb8d253
  1. 1
      .github/workflows/release.yml

@ -202,6 +202,7 @@ jobs:
with:
submodules: true
- run: |
rm -rf .git
zip -r oxigraph_${{ github.event.release.tag_name }}.zip .
tar -czf /tmp/oxigraph_${{ github.event.release.tag_name }}.tar.gz .
mv /tmp/oxigraph_${{ github.event.release.tag_name }}.tar.gz .

Loading…
Cancel
Save