mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05: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
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -470,6 +470,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Creating release archive"
|
echo "Creating release archive"
|
||||||
cd dist
|
cd dist
|
||||||
|
sudo chown -R 1000:1000 paperless-ngx/
|
||||||
tar -cJf paperless-ngx.tar.xz paperless-ngx/
|
tar -cJf paperless-ngx.tar.xz paperless-ngx/
|
||||||
-
|
-
|
||||||
name: Upload release artifact
|
name: Upload release artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user