Skip to content

Commit 497f917

Browse files
committed
Fix copy command
1 parent 5bea13f commit 497f917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Pack
6161
run: |
6262
cd local
63-
cp -r "scipy_openblas${$env:BUILD_BITS}" $env:BUILD_BITS
64-
7z a ../builds/openblas32.zip -tzip $env:BUILD_BITS
63+
cp -r "scipy_openblas${env:BUILD_BITS}" $env:BUILD_BITS
64+
7z a ../builds/openblas32.zip -tzip openblas32
6565
6666
- name: Test 32-bit interface wheel
6767
run: |

0 commit comments

Comments
 (0)