ci: fix artefact path
This commit is contained in:
parent
dfcff07f59
commit
5702f0157c
@ -2,8 +2,8 @@ FROM alpine:3.22
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./build/yabl /app/yabl
|
||||
COPY ./build/book-reaper /app/book-reaper
|
||||
COPY ./build/api/yabl /app/yabl
|
||||
COPY ./build/book-reaper/book-reaper /app/book-reaper
|
||||
|
||||
RUN chmod +x /app/yabl /app/book-reaper
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user