Skip to content

Commit f84811b

Browse files
committed
fix(ci): archive contents
1 parent 3597388 commit f84811b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ jobs:
7171
- name: Remove Dev Files
7272
working-directory: ./sources
7373
run: |
74+
rm -rf .git
75+
rm -rf .github
7476
rm .gitignore
7577
rm .pre-commit-config.yaml
7678
rm pyproject.toml
7779
rm requirements-dev.txt
7880
7981
- name: Zip For Release
80-
run: 7z a ./${{ env.ARCHIVE_NAME }}.zip ./sources
82+
run: 7z a ./${{ env.ARCHIVE_NAME }}.zip "./sources/*"
8183

8284
- name: Upload Artifact
8385
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)