mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(ci): add entire lib folder
This commit is contained in:
parent
882e9b66f2
commit
e44d2afd7e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ COPY Cargo.toml /build/
|
|||
COPY Cargo.lock /build/
|
||||
|
||||
# this needs to match workspaces in Cargo.toml
|
||||
COPY lib/libpk /build/lib/libpk
|
||||
COPY lib /build/lib
|
||||
COPY services/ /build/services
|
||||
|
||||
RUN cargo build --bin api --release --target x86_64-unknown-linux-musl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue