Adjust permissions of the final dist package to the normal first user of a system, instead of runner:docker

This commit is contained in:
Trenton H 2023-01-31 14:13:09 -08:00
parent 5978650ec6
commit a203b006e7

View File

@ -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