Skip to content

Releases: BasicNullification/MSAccessTools

v1.0.0 Initial Release

13 Oct 18:59

Choose a tag to compare

Enhance CI/CD pipeline in .gitlab-ci.yml

Updated the .gitlab-ci.yml file to improve the structure and functionality of the CI/CD pipeline. Key changes include:
- Added dependencies for `generate-scripts`, `register`, and `package` stages to ensure they depend on the `build` stage.
- Introduced an `artifacts` section for preserving output files with a 1-hour expiration.
- Reformatted script sections for better readability and consistency.
- Refined logic for handling paths in `generate-scripts` and `package` stages.
- Updated `Compress-Archive` command to ensure proper zip file creation and cleanup.