summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/package_macos.sh
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Stage unsigned release package artifacts in a dedicated directoryBrad King2023-02-281-0/+9
| | | | | | These artifacts need to be manually signed before distribution. Move them to a dedicated `unsigned/` directory to avoid accidental distribution without signing.
* gitlab-ci: Simplify macOS packaging jobsBrad King2023-02-281-0/+3
Run cpack in a post-build step instead of duplicating the job script.