Skip to content

Commit efe531a

Browse files
committed
chore: exclude images and Makefile from release artifact
1 parent 1346db7 commit efe531a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
--exclude='.mkdocs.yaml' \
4545
--exclude='docs/requirements.txt' \
4646
--exclude='docs/images/**' \
47+
--exclude='docs/logo/**' \
48+
--exclude='Makefile' \
4749
--exclude='renovate.json' \
4850
-czf /tmp/release-${{ steps.changelog.outputs.tag }}.tar.gz .
4951
- name: Create GitHub Release

0 commit comments

Comments
 (0)