Skip to content

Commit

Permalink
ci: make sure git folder is excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
norman27 committed Aug 20, 2023
1 parent 472fe4e commit 815293e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./server/
exclude: |
**/.env
**/.env
**/.git*
**/.git*/**

0 comments on commit 815293e

Please sign in to comment.