diff options
author | morpheus65535 <[email protected]> | 2023-04-21 08:23:55 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-04-21 08:23:55 -0400 |
commit | b9dcadc06fa2a6f5dd95f05955c55da558c925e3 (patch) | |
tree | 3bf4bffa13abbcf06a8ed7ef6babe54554a67f64 | |
parent | b7e4880918f64110823054e25fcd8f62635abed7 (diff) | |
download | bazarr-b9dcadc06fa2a6f5dd95f05955c55da558c925e3.tar.gz bazarr-b9dcadc06fa2a6f5dd95f05955c55da558c925e3.zip |
no log: fixed build process to include postgres-requirements.txt in asset
-rw-r--r-- | .github/files_to_copy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/files_to_copy b/.github/files_to_copy index e19ced41b..336f93564 100644 --- a/.github/files_to_copy +++ b/.github/files_to_copy @@ -3,3 +3,4 @@ frontend/build libs bazarr.py requirements.txt +postgres-requirements.txt |