Skip to content

Commit 22ffa8e

Browse files
committed
fixed dev dir
1 parent c4f1983 commit 22ffa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job_build_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
}
251251
Compress-Archive @compress
252252
253-
$file=Get-ChildItem -Path "${{ env.INSTALL_WHEELS_DIR }}"
253+
$file=Get-ChildItem -Path "${{ env.INSTALL_DEV_PACKAGE }}"
254254
$compress = @{
255255
Path = $file
256256
CompressionLevel = "Optimal"

0 commit comments

Comments
 (0)