Skip to content

Commit 7db8fd1

Browse files
HanSur94claude
andcommitted
ci: fix release packaging — setup.m → install.m
The release workflow referenced setup.m which doesn't exist. The entry point is install.m. Also fix install instructions in the release body. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e45d08d commit 7db8fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
mkdir -p "${DIRNAME}"
5757
5858
# Copy release contents (allowlist — excludes tests/, benchmarks/, docs/, bridge/, private/, .git/)
59-
cp setup.m LICENSE README.md CITATION.cff "${DIRNAME}/"
59+
cp install.m LICENSE README.md CITATION.cff "${DIRNAME}/"
6060
cp -r examples "${DIRNAME}/"
6161
6262
# Copy libs, excluding compiled MEX binaries
@@ -81,7 +81,7 @@ jobs:
8181
8282
## Installation
8383
84-
Download the archive, extract it, and run `setup` in MATLAB/Octave to add libraries to path and compile MEX accelerators.
84+
Download the archive, extract it, and run `install` in MATLAB/Octave to add libraries to path and compile MEX accelerators.
8585
files: |
8686
FastSense-${{ steps.version.outputs.VERSION }}.tar.gz
8787
FastSense-${{ steps.version.outputs.VERSION }}.zip

0 commit comments

Comments
 (0)