]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adjust permissions of the final dist package to the normal first user of a system...
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 31 Jan 2023 22:13:09 +0000 (14:13 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 3 Feb 2023 01:09:37 +0000 (17:09 -0800)
.github/workflows/ci.yml

index 38565d84bd9f948a2aa606fdfbd2cc81831a4e55..74229ef60d5ee8e72de580c55388cfee3ed24f30 100644 (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