Skip to content

Commit e77b440

Browse files
committed
fix
1 parent b1f2903 commit e77b440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
mkdir -p artifacts
139139
name="Octave-MEXlibCZI-linux-x64-$(git describe --always)"
140140
mkdir -p artifacts/${name}
141-
cp $(cygpath "${GITHUB_WORKSPACE}")/libmexlibczi/libmexlibczi.so artifacts/${name}/
141+
cp $(cygpath "${GITHUB_WORKSPACE}")/OctaveMex/libmexlibczi.so artifacts/${name}/
142142
cp $(cygpath "${GITHUB_WORKSPACE}")/OctaveMex/octavelibczi.mex artifacts/${name}/
143143
echo "artifactName=${name}" >> "$GITHUB_ENV"
144144
echo "artifactPath=artifacts/${name}" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)