Skip to content

Commit

Permalink
Add autocomplete files to archives
Browse files Browse the repository at this point in the history
The autocomplete files are missing from the released archives. This causes a failure in the brew install/updates:

Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - todoist_functions.sh

Although todoist_functions_fzf_bash.sh is not needed, added for completeness for those using Bash.
  • Loading branch information
russparsloe authored Dec 30, 2024
1 parent c7f791c commit 8ced7de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
files:
- LICENSE
- README.md
- todoist_functions.sh
- todoist_functions_fzf.sh
- todoist_functions_fzf_bash.sh

checksum:
name_template: checksums.txt
Expand Down

0 comments on commit 8ced7de

Please sign in to comment.