Browse Source

Try fixing the build

Panagiotis Christopoulos Charitos 2 years ago
parent
commit
0674fe776d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/Android.yml

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

@@ -30,7 +30,7 @@ jobs:
       run: cmake --build ${{github.workspace}}/build --config Release --target ShaderCompiler
       run: cmake --build ${{github.workspace}}/build --config Release --target ShaderCompiler
 
 
     - name: Generate project
     - name: Generate project
-      run: ./Samples/Sponza/GenerateAndroidProject.sh ${{github.workspace}}/build/Bin/ShaderCompiler
+      run: ./Samples/Sponza/GenerateAndroidProject.sh ${{github.workspace}}/build/Binaries/ShaderCompiler
 
 
     - name: local.properties
     - name: local.properties
       run: |
       run: |