Skip to content

Commit 177290b

Browse files
committed
Remove Octave-mex artifact upload step in build.yml
The step to upload Octave-mex artifacts has been removed from the GitHub Actions workflow configuration file (build.yml). This step was previously conditional, running only on Windows runners, and used the actions/upload-artifact@v4 action to upload artifacts from a specified path with a given name.
1 parent 3262b61 commit 177290b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
echo "linuxx64_octave_build=${name}" >> $GITHUB_OUTPUT
146146
- name: Upload Octave-mex artifacts
147147
uses: actions/upload-artifact@v4
148-
if: runner.os == 'Windows' # currently we only build Octave mex files on Windows
149148
with:
150149
path: ${{ env.artifactPath }}/
151150
name: ${{ env.artifactName }}

0 commit comments

Comments
 (0)