mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
fix: Fix publish binary gh action (#175)
This commit is contained in:
parent
cb877be46b
commit
a2b385889f
2 changed files with 2 additions and 4 deletions
|
|
@ -10,8 +10,6 @@ on:
|
|||
to:
|
||||
description: tag (ex. v0.2.0) to generate release note and binaries from
|
||||
required: true
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-binary:
|
||||
|
|
@ -30,8 +30,8 @@ ENV PATH="/root/.cargo/bin:$PATH"
|
|||
RUN rustup default stable
|
||||
# rustup version are pinned in the rust-toolchain file
|
||||
|
||||
COPY ./operator /datahaven/datahaven
|
||||
WORKDIR /datahaven/datahaven
|
||||
COPY ./operator /datahaven
|
||||
WORKDIR /datahaven
|
||||
|
||||
# Print target cpu
|
||||
RUN rustc --print target-cpus
|
||||
|
|
|
|||
Loading…
Reference in a new issue