From 4ee8bf18aff21b0bcb8ab76f0b77ff6e2ae6f4fb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Mar 2021 19:47:32 +0300 Subject: update cmake-common --- .github/workflows/ci.yml | 12 ++++++------ cmake | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcda244..5823c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: runs-on: '${{ matrix.os }}' name: 'Build: ${{ matrix.os }} / ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}' env: - toolset: '${{ matrix.toolset }}' - platform: '${{ matrix.platform }}' - configuration: '${{ matrix.configuration }}' + TOOLSET: '${{ matrix.toolset }}' + PLATFORM: '${{ matrix.platform }}' + CONFIGURATION: '${{ matrix.configuration }}' defaults: run: shell: pwsh @@ -47,9 +47,9 @@ jobs: - name: Build run: | cd cmake - python -m project.ci.github.cmake --install - - name: Upload the binaries + python -m project.ci.cmake --install + - name: Upload binaries uses: actions/upload-artifact@v2 with: name: 'pdb-repo-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' - path: '${{ runner.workspace }}/install/' + path: '${{ runner.workspace }}/build/install/' diff --git a/cmake b/cmake index d4673a2..e5de0b1 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit d4673a2ff058529488dddf2e0520ee68ec88a0c7 +Subproject commit e5de0b18453dd2fb3bf3e02414ee00ee185d81d6 -- cgit v1.2.3