CI workflows should be altered to not create pkgs on their own, as a second commit titled e.g. "ci: let package-tagged handle output folder creation" or similar.
Since this will then become a multi-commit MR, please also amend your script-changing commit to follow Conventional Commits naming scheme with the build scope, e.g. "build: ensure output folder exists when packaging".
CI workflows should be altered to not create
pkgs
on their own, as a second commit titled e.g. "ci: let package-tagged handle output folder creation" or similar.Since this will then become a multi-commit MR, please also amend your script-changing commit to follow Conventional Commits naming scheme with the
build
scope, e.g. "build: ensure output folder exists when packaging".