Skip to content

Commit 3262b61

Browse files
committed
fixing once more
1 parent e77b440 commit 3262b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)