aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:01:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:01:38 +0300
commit760c365c1490d1c2960b4a7508f1847d673541df (patch)
treec7bda9f10835af8eb1cff49f17ec68dbe395066d /.github/workflows
parentupdate cmake-common (diff)
downloadwinapi-debug-760c365c1490d1c2960b4a7508f1847d673541df.tar.gz
winapi-debug-760c365c1490d1c2960b4a7508f1847d673541df.zip
workflows/ci: error out if no files to upload
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c727bbc..b2bbd7e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
with:
name: 'pdb-repo-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-${{ matrix.configuration }}'
path: '${{ runner.workspace }}/build/install/'
+ if-no-files-found: error
- name: Test
run: make test
if: runner.os == 'Windows'