diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:05:17 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:07:31 +0200 |
commit | bfcc735f1a64ea1e68261352539866f73c73f813 (patch) | |
tree | 1623b0a3236773b65b845da5dc458676ae3907e7 /.github/workflows | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.tar.gz privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.zip |
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e83d06..3b1ad08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: 'privilege-check-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' - path: '${{ runner.workspace }}/build/install/' + path: './build/install/' if-no-files-found: error |