Merge pull request 'trailing slash' (#11) from alice/helm-charts:main into main
All checks were successful
checks / check and test (push) Successful in 28s
generate-chart / generate-chart-publish (push) Successful in 36s

Reviewed-on: #11
This commit is contained in:
alice 2023-06-26 13:29:45 +00:00
commit bf51b4651b

View File

@ -48,6 +48,6 @@ jobs:
server: ${{ secrets.ftp_host }}
username: ${{ secrets.ftp_user }}
server-dir: ./
local-dir: "./_build"
local-dir: "./_build/"
protocol: ftps
password: ${{ secrets.ftp_password }}