Skip to content

Commit 5bea13f

Browse files
committed
Change output path for openblas build
1 parent 7eb1891 commit 5bea13f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-arm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
BASH_PATH: "C:\\Program Files\\Git\\bin\\bash.exe"
1616
PLAT: arm64
1717
INTERFACE64: 0
18+
BUILD_BITS: 32
1819

1920
jobs:
2021
build:
@@ -59,7 +60,8 @@ jobs:
5960
- name: Pack
6061
run: |
6162
cd local
62-
7z a ../builds/scipy_openblas32.zip -tzip scipy_openblas32
63+
cp -r "scipy_openblas${$env:BUILD_BITS}" $env:BUILD_BITS
64+
7z a ../builds/openblas32.zip -tzip $env:BUILD_BITS
6365
6466
- name: Test 32-bit interface wheel
6567
run: |

0 commit comments

Comments
 (0)