mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
fix wrong directory
This commit is contained in:
parent
2e2e69f07c
commit
e1f52d706f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -133,7 +133,9 @@ jobs:
|
|||
python3 manage.py collectstatic --no-input
|
||||
-
|
||||
name: Make release package
|
||||
run: tar -cJf paperless-ng.tar.xz paperless-ng/
|
||||
run: |
|
||||
cd dist
|
||||
tar -cJf paperless-ng.tar.xz paperless-ng/
|
||||
-
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue