08c0686aae15a3db5ce41eb75f2930b3ea9b09de
The upload-artifact step failed with exit code 1 but no details. The most likely cause is that the binary file does not exist at the expected path `target/shot-crafter-calculator-1.0.0-runner` because the native build may have failed silently. Add a 'Verify native binary' step that runs `ls -la target/` and `file target/shot-crafter-calculator-1.0.0-runner` so the next log shows exactly what's in target/ and what type the runtime sees the binary as. Also make the upload's 'if-no-files-found' explicit so the failure mode is unambiguous.
Description
No description provided
Languages
HTML
41.3%
TypeScript
26.5%
Java
20.4%
CSS
5.8%
JavaScript
5.6%
Other
0.4%