From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 31 Jan 2023 22:13:09 +0000 (-0800) Subject: Adjust permissions of the final dist package to the normal first user of a system... X-Git-Tag: v1.13.0~1^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a203b006e71dcfad9a99a696069cd10e62e8a00e;p=thirdparty%2Fpaperless-ngx.git Adjust permissions of the final dist package to the normal first user of a system, instead of runner:docker --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38565d84bd..74229ef60d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -470,6 +470,7 @@ jobs: run: | echo "Creating release archive" cd dist + sudo chown -R 1000:1000 paperless-ngx/ tar -cJf paperless-ngx.tar.xz paperless-ngx/ - name: Upload release artifact