You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the windows job steps to use the built-in zip
feature of the actions/upload-artifact action. This simplifies the jobs
and also avoids the issue of zipping twice.
This commit also modifies windows-blas which was updated previously but to
now makes the zip achive have a `bin/Release` directory in it. Currently
the files are all directly in the archive root which I think might be
surprising to most developers.
0 commit comments