Skip to content

Commit f0bcbeb

Browse files
authored
fix: do not zip git files (#213)
1 parent b549b1e commit f0bcbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ github.event.inputs.publish-branch }}
4545

4646
- name: Create template ZIP file
47-
run: zip -r template.zip .
47+
run: zip -r template.zip . -x .git/\* -x .github/\*
4848

4949
- name: Get current timestamp
5050
run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)