Fixed workflow to use the correct path for the resulting binary
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-09-30 20:21:49 +03:00
committed by Emin Arslan
parent c25197bab3
commit ea9c6a0144

View File

@@ -14,5 +14,5 @@ steps:
image: ubuntu
commands:
# TODO: Probably make actual tests at some point
- echo "(print 42)" | ./main
- echo "(print 42)" | ./build/main
# TODO: add publish step, when we're at a working state.