Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add artifact preparation and update upload step
Removed commented-out lines for `MEXLIBCZI_HEADERS` and `MEXLIBCZI_LIBS` in the `cmake` command. Noted potential redundancy with duplicated `cmake --build . --config Release` command. Added "Prepare artifact" step: - Uses `bash` shell. - Creates `artifacts` directory. - Constructs artifact name using `MEXlibCZI-linux-x64-<git-describe>`. - Copies `MEXlibCZI.mexa64` to artifact directory. - Sets `artifactName` and `artifactPath` environment variables. Updated "Upload artifacts" step to use `actions/upload-artifact@v4` and upload using the set environment variables.
- Loading branch information