mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix wrong directory
This commit is contained in:
parent
2e2e69f07c
commit
e1f52d706f
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…
x
Reference in New Issue
Block a user