Update cmake.yml

This commit is contained in:
sdkmap 2024-04-07 11:15:16 +03:00 committed by GitHub
parent 61a6901044
commit 33e72a144a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DingusPPC-LINUX
path: ${{github.workspace}}/build
path: ${{github.workspace}}/build/bin
- name: Test
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
@ -192,7 +192,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DingusPPC-CLANG
path: ${{github.workspace}}/build
path: ${{github.workspace}}/build/bin
@ -226,7 +226,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DingusPPC-MSVC
path: ${{github.workspace}}/build
path: ${{github.workspace}}/build/bin
@ -262,7 +262,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DingusPPC-MSBUILD
path: ${{github.workspace}}/build
path: ${{github.workspace}}/build/bin