aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:03:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-07 04:03:06 +0300
commitb5927ba36b83132a00d66ccf1c364c41bd8eb69c (patch)
tree9353f3eb25ddb051106fe33bd4db60090f99032a /.github
parentupdate cmake-common (diff)
downloadwinapi-utf8-b5927ba36b83132a00d66ccf1c364c41bd8eb69c.tar.gz
winapi-utf8-b5927ba36b83132a00d66ccf1c364c41bd8eb69c.zip
workflows/ci: error out if no files to upload
Diffstat (limited to '.github')
-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 930b5fb..433d061 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
with:
name: 'winapi-utf8-${{ 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'