Fix Windows Build
All checks were successful
Continuous Integration / CI (push) Successful in 1m32s

Update example filename
This commit is contained in:
sjc
2025-05-28 08:19:25 -04:00
parent 76e2ff7ccf
commit ebe3325659

View File

@@ -66,6 +66,6 @@ FROM bin-unix AS bin-linux
FROM bin-unix AS bin-darwin
FROM scratch AS bin-windows
COPY --from=build /out/example /example.exe
COPY --from=build /out/example.exe /example.exe
FROM bin-${TARGETOS} AS bin