diff options
Diffstat (limited to 'ci/before_deploy.sh')
-rwxr-xr-x | ci/before_deploy.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index f11c23c8..447ba2c9 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -6,9 +6,7 @@ aux_files=("alacritty-completions.bash" "alacritty-completions.zsh" "alacritty.desktop" "alacritty.info" - "alacritty.yml" - "alacritty_macos.yml" - "alacritty_windows.yml") + "alacritty.yml") # Get previous tag to check for changes git fetch --tags |