Fix app path in build-chart-paperless-ngx.yml

Updated the APP environment variable in the Helm package job from
'charts/pperless-ngx' to 'charts/paperless-ngx'. This change was
necessary to correct the path to the Paperless NGX chart, ensuring
that the workflow refers to the correct directory. The previous path
contained a typo which would have resulted in build errors. There are
no breaking changes introduced with this update.
This commit is contained in:
2025-10-31 12:18:45 +01:00
parent 505e34223a
commit c724a38dda

View File

@@ -10,7 +10,7 @@ jobs:
helm-package: helm-package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
APP: charts/pperless-ngx APP: charts/paperless-ngx
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3