mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Adjust permissions of the final dist package to the normal first user of a system, instead of runner:docker
This commit is contained in:
parent
5978650ec6
commit
a203b006e7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue