Browse Source

release: fix arm64 Visual Studio build directory

[skip ci]
scribam 1 năm trước cách đây
mục cha
commit
3f1143b4f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -340,7 +340,7 @@ jobs:
               -DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" `
               -Werror=dev                                         `
               -B build_arm64 -A ARM64
-          cmake --build build_x64 --config Release --verbose
+          cmake --build build_arm64 --config Release --verbose
 
   mingw:
     needs: [src]