Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 18, 2024
1 parent 9269b05 commit d1ac457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
echo "windowsx64_octave_build=${name}" >> $GITHUB_OUTPUT
- name: Upload Octave-mex artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Windows' # currently we only build Octave mex files on Windows
with:
path: ${{ env.artifactPath }}/
name: ${{ env.artifactName }}
Expand Down

0 comments on commit d1ac457

Please sign in to comment.