Skip to content

Commit dd67838

Browse files
committed
ci: fix binary artifact dir paths used in Windows job
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 89c6654 commit dd67838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ jobs:
213213
MSI_VERSION="$(cut -d_ -f2 <<<"$MSI_NAME" | cut -d- -f1)"
214214
case "$MSI_NAME" in
215215
*_386 )
216-
source_dir="$PWD/dist/windows_windows_386"
216+
source_dir="$PWD/dist/windows_windows_386_sse2"
217217
platform="x86"
218218
;;
219219
*_amd64 )
220220
source_dir="$PWD/dist/windows_windows_amd64_v1"
221221
platform="x64"
222222
;;
223223
*_arm64 )
224-
source_dir="$PWD/dist/windows_windows_arm64"
224+
source_dir="$PWD/dist/windows_windows_arm64_v8.0"
225225
platform="arm64"
226226
;;
227227
* )

0 commit comments

Comments
 (0)