mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-13 10:13:59 -04:00
actions/upload-artifact@v4 excludes hidden files (dotfiles) by default, causing .htaccess files to be missing from the Docker image. Add include-hidden-files: true to preserve .htaccess in the build artifact. Co-authored-by: Ollama <ollama@steganos.dev>