Skip to content

Commit e4a4758

Browse files
committed
Fix pack command
1 parent b9da638 commit e4a4758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-arm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
cd local
6363
cp -r "scipy_openblas${env:BUILD_BITS}" $env:BUILD_BITS
64-
7z a ../builds/openblas32.zip -tzip openblas32
64+
7z a ../builds/openblas-${env:PLAT}-${env:INTERFACE64}.zip -tzip $env:BUILD_BITS
6565
6666
- name: Test 32-bit interface wheel
6767
run: |

0 commit comments

Comments
 (0)