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 9728ead119
commit 2e775b6692

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