ci: Updated release-please.

This commit is contained in:
2026-06-12 16:56:04 -04:00
parent fbb1f86945
commit 6151a5efaf
6 changed files with 11 additions and 12 deletions

View File

@@ -69,7 +69,7 @@
buildPhase = ''
runHook preBuild
make version.odin
echo '${version}' > version.txt
odin build . -o:speed -out:${pname}
runHook postBuild
'';