fix build.yml (x14)

This commit is contained in:
dalbodeule
2024-06-13 23:52:05 +09:00
parent 1c52466024
commit 8675d0bd85

View File

@@ -20,7 +20,7 @@ FROM alpine:3.13
WORKDIR /app
# Copy the executable from the build stage
COPY --from=build /app/build/native-image/chzzk_bot .
COPY --from=build /app/build/native/nativeCompile/chzzk_bot .
# Set the entry point
ENTRYPOINT ["./chzzk_bot"]