Selaa lähdekoodia

Update build-windows-msvc.yml

marauder2k7 2 vuotta sitten
vanhempi
commit
d5367f26c4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      .github/workflows/build-windows-msvc.yml

+ 2 - 2
.github/workflows/build-windows-msvc.yml

@@ -55,14 +55,14 @@ jobs:
                     -S ${{github.workspace}} \
                     -B  ${{github.workspace}}/build \
                     -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-                    -G "${{ matrix.config.generators }}" \
+                    -G "${{ matrix.config.generator }}" \
                     -DTORQUE_APP_NAME=Torque3D -DTORQUE_TESTING=ON
 
             - name: Build
               shell: bash
               run: cmake --build . --config ${{ matrix.config.build_type }}
         
-            - name: Install Strip
+            - name: Install
               shell: bash
               run: cmake --install