ci: fix goreleaser

This commit is contained in:
Mohamed Sohail 2022-05-11 17:01:29 +03:00
parent 9b66f4b2d6
commit 801d6d71c9
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ archives:
files:
- LICENSE
- config.toml
- queries.sql
- queries/*
- migrations/*
dockers:
@ -28,4 +28,4 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml
- queries.sql
- queries

View File