We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda591f commit 89e8dc9Copy full SHA for 89e8dc9
.github/workflows/build.yml
@@ -91,6 +91,10 @@ jobs:
91
cp $(cygpath $OPENBLAS_ROOT)/$BITS/bin/*.dll .
92
./test_dyn.exe
93
94
+ - uses: actions/upload-artifact@v3
95
+ with:
96
+ path: builds/openblas*.zip
97
+
98
- name: Upload
99
env:
100
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
.github/workflows/multibuild.yml
@@ -100,6 +100,11 @@ jobs:
clean_code $REPO_DIR $OPENBLAS_COMMIT
101
echo "------ BUILD LIB --------"
102
build_lib "$PLAT" "$INTERFACE64"
103
104
105
106
+ path: libs/openblas*.tar.gz
107
108
- name: Upload tarballs
109
run: |
110
set -ex
0 commit comments