Skip to content

Commit

Permalink
Remove all examples from the source tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 28, 2024
1 parent 3d7c01a commit 9ac0960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ jobs:
- name: Remove .git
run: rm -rf "${name}-${ref}/.git"

- name: Remove example data
run: rm -rf "${name}-${ref}/doc/source/gettingstarted/examples/data" && ls -laR "${name}-${ref}"
- name: Remove examples data
run: rm -rf "${name}-${ref}/doc/source/gettingstarted/examples" && ls -laR "${name}-${ref}"

- name: Tar/zstd source
run: tar --zstd -cvf "${name}-${ref}.tar.zst" "${name}-${ref}"
Expand Down

0 comments on commit 9ac0960

Please sign in to comment.