mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
fix wrong directory
This commit is contained in:
parent
812341501b
commit
371a55e712
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -133,7 +133,9 @@ jobs:
|
|||||||
python3 manage.py collectstatic --no-input
|
python3 manage.py collectstatic --no-input
|
||||||
-
|
-
|
||||||
name: Make release package
|
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
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user