We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c6654 commit dd67838Copy full SHA for dd67838
1 file changed
.github/workflows/deployment.yml
@@ -213,15 +213,15 @@ jobs:
213
MSI_VERSION="$(cut -d_ -f2 <<<"$MSI_NAME" | cut -d- -f1)"
214
case "$MSI_NAME" in
215
*_386 )
216
- source_dir="$PWD/dist/windows_windows_386"
+ source_dir="$PWD/dist/windows_windows_386_sse2"
217
platform="x86"
218
;;
219
*_amd64 )
220
source_dir="$PWD/dist/windows_windows_amd64_v1"
221
platform="x64"
222
223
*_arm64 )
224
- source_dir="$PWD/dist/windows_windows_arm64"
+ source_dir="$PWD/dist/windows_windows_arm64_v8.0"
225
platform="arm64"
226
227
* )
0 commit comments