diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 03:55:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 03:55:06 +0300 |
commit | e4e8d866e17e6b77263fb62bc647c98b455f077b (patch) | |
tree | 380312a8c2d76a57035cab48b6a1bd7f3a5b8526 /.github | |
parent | update cmake-common (diff) | |
download | aes-tools-e4e8d866e17e6b77263fb62bc647c98b455f077b.tar.gz aes-tools-e4e8d866e17e6b77263fb62bc647c98b455f077b.zip |
workflows/ci: error out if no files to upload
Diffstat (limited to '.github')
-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 10a1907..d9f387e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: with: name: 'aes-tools-${{ matrix.os }}-${{ matrix.toolset }}-${{ matrix.platform }}-asm${{ matrix.use_asm }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/build/install/' + if-no-files-found: error - name: Test run: make test if: runner.os == 'Windows' |