diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 04:02:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 04:02:32 +0300 |
commit | 7a9bc2505567c0ac892321dacf7bc9575574852e (patch) | |
tree | 3d1cf22a1066609cdd68c227316f97410bc9d36c | |
parent | update cmake-common (diff) | |
download | privilege-check-7a9bc2505567c0ac892321dacf7bc9575574852e.tar.gz privilege-check-7a9bc2505567c0ac892321dacf7bc9575574852e.zip |
workflows/ci: error out if no files to upload
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4587c..e15b5ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,3 +51,4 @@ jobs: with: name: 'pdb-repo-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/build/install/' + if-no-files-found: error |