We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c89d2 commit 87af053Copy full SHA for 87af053
1 file changed
.github/workflows/build_test.yml
@@ -123,13 +123,15 @@ jobs:
123
build/test/odr_test
124
build/test/Release/odr_test.exe
125
build/_deps/odr.js-src
126
+ if-no-files-found: error
127
128
# TODO this is only needed because of data files from dependencies; there should be a better solution
129
- name: upload conan2 directory to github
130
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
131
with:
132
name: conan2-${{ matrix.host_profile }}
133
path: ${{ env.CONAN_HOME }}
134
135
136
docker:
137
needs: build
0 commit comments