Browse Source

release: fix arm64 Visual Studio build directory

[skip ci]
scribam 1 year ago
parent
commit
3f1143b4f5
1 changed files with 1 additions and 1 deletions
  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]