File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,18 @@ jobs:
272272 - name : Build FlatBuffers binary schema & Python wrappers
273273 run : just build-fbs
274274
275+ - name : List FlatBuffers artifacts
276+ run : |
277+ flatc --version
278+ echo "Generated FlatBuffers binary schema & Python wrappers:"
279+ echo "======================================================"
280+ cloc autobahn/wamp/gen/
281+ echo ""
282+ ls -la autobahn/wamp/gen/schema/
283+ echo ""
284+ openssl sha256 autobahn/wamp/gen/schema/*.bfbs
285+ echo ""
286+
275287 - name : Verify regenerated files match committed files
276288 run : |
277289 echo "==> Computing checksums of regenerated files..."
@@ -293,20 +305,6 @@ jobs:
293305 exit 1
294306 fi
295307
296- - name : List FlatBuffers artifacts
297- run : |
298- flatc --version
299- echo "Generated FlatBuffers binary schema & Python wrappers:"
300- echo "======================================================"
301- cloc autobahn/wamp/gen/
302- echo ""
303- ls -la autobahn/wamp/gen/schema/
304- echo ""
305- openssl sha256 autobahn/wamp/gen/schema/*.bfbs
306- echo ""
307- tree autobahn/wamp/gen/
308- echo ""
309-
310308 - name : Upload FlatBuffers artifacts
311309 uses : actions/upload-artifact@v4
312310 with :
You can’t perform that action at this time.
0 commit comments