Skip to content

Commit 87af053

Browse files
committed
fix
1 parent d4c89d2 commit 87af053

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,15 @@ jobs:
123123
build/test/odr_test
124124
build/test/Release/odr_test.exe
125125
build/_deps/odr.js-src
126+
if-no-files-found: error
126127

127128
# TODO this is only needed because of data files from dependencies; there should be a better solution
128129
- name: upload conan2 directory to github
129130
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
130131
with:
131132
name: conan2-${{ matrix.host_profile }}
132133
path: ${{ env.CONAN_HOME }}
134+
if-no-files-found: error
133135

134136
docker:
135137
needs: build

0 commit comments

Comments
 (0)