diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:47:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:47:32 +0300 |
commit | 4ee8bf18aff21b0bcb8ab76f0b77ff6e2ae6f4fb (patch) | |
tree | 102cb5d1301f86895a596608bb13bd54c5a4b8ef | |
parent | update cmake-common (diff) | |
download | privilege-check-4ee8bf18aff21b0bcb8ab76f0b77ff6e2ae6f4fb.tar.gz privilege-check-4ee8bf18aff21b0bcb8ab76f0b77ff6e2ae6f4fb.zip |
update cmake-common
-rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
m--------- | cmake | 0 |
2 files changed, 6 insertions, 6 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 -Subproject d4673a2ff058529488dddf2e0520ee68ec88a0c +Subproject e5de0b18453dd2fb3bf3e02414ee00ee185d81d |