aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 09:05:17 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 09:07:31 +0200
commitbfcc735f1a64ea1e68261352539866f73c73f813 (patch)
tree1623b0a3236773b65b845da5dc458676ae3907e7 /.github
parentMakefile: move the prelude to prelude.mk (diff)
downloadprivilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.tar.gz
privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.zip
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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