fix build.yml (x21)

This commit is contained in:
dalbodeule
2024-06-14 01:03:25 +09:00
parent a98758532f
commit 0cd8a274e0

View File

@@ -18,6 +18,7 @@ WORKDIR /app
# Copy the executable from the build stage
COPY --from=build /app/build/native/nativeCompile/chzzk_bot .
COPY --from=build /app/build/native/nativeCompile/libjsound.so .
# Set the entry point
ENTRYPOINT ["./chzzk_bot"]