Skip to content

Commit 0dd519a

Browse files
committed
Remove .git directory before publishing
1 parent 5674593 commit 0dd519a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
version="${{ github.ref_name }}"
3232
33+
rm -rf "./loadscreen/.git"
3334
7z a "loadscreen-$version.zip" "loadscreen"
3435
3536
- name: Draft release

0 commit comments

Comments
 (0)