Skip to content

Commit

Permalink
Remove .git directory before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Jul 21, 2024
1 parent 5674593 commit 0dd519a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
version="${{ github.ref_name }}"
rm -rf "./loadscreen/.git"
7z a "loadscreen-$version.zip" "loadscreen"
- name: Draft release
Expand Down

0 comments on commit 0dd519a

Please sign in to comment.