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