fix: Fix publish binary gh action (#175)

This commit is contained in:
Steve Degosserie 2025-09-18 07:39:04 +02:00 committed by GitHub
parent cb877be46b
commit a2b385889f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -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:

View file

@ -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