From 760c365c1490d1c2960b4a7508f1847d673541df Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Apr 2021 04:01:38 +0300 Subject: workflows/ci: error out if no files to upload --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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' -- cgit v1.2.3