From 9e333448088de82715584cde621e095b7bd1eef5 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Jan 2023 07:33:04 -0800 Subject: [PATCH] Include the optional socket file in the release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daaadb42b..d83b2a3a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -455,7 +455,7 @@ jobs: cp paperless.conf.example dist/paperless-ngx/paperless.conf cp gunicorn.conf.py dist/paperless-ngx/gunicorn.conf.py cp -r docker/ dist/paperless-ngx/docker - cp scripts/*.service scripts/*.sh dist/paperless-ngx/scripts/ + cp scripts/*.service scripts/*.sh scripts/*.socket dist/paperless-ngx/scripts/ cp -r src/ dist/paperless-ngx/src cp -r docs/_build/html/ dist/paperless-ngx/docs mv static dist/paperless-ngx