ci: fix error import path (#2120)

This commit is contained in:
zyy17
2023-08-08 17:12:54 +08:00
committed by GitHub
parent 5e2fdec1b6
commit e7abd00fc0

View File

@@ -69,7 +69,7 @@ env:
NIGHTLY_RELEASE_PREFIX: nightly
# Use the different image namespace to avoid conflict with the release images.
IMAGE_NAMESPACE: greptime-dev
IMAGE_NAMESPACE: greptimedb-dev
jobs:
allocate-runners:
@@ -159,7 +159,7 @@ jobs:
run: |
cd dev/greptimedb
- uses: ../.github/actions/build-linux-artifacts
- uses: ./.github/actions/build-linux-artifacts
with:
arch: amd64
cargo-profile: ${{ env.CARGO_PROFILE }}
@@ -195,7 +195,7 @@ jobs:
run: |
cd dev/greptimedb
- uses: ../.github/actions/build-linux-artifacts
- uses: ./.github/actions/build-linux-artifacts
with:
arch: arm64
cargo-profile: ${{ env.CARGO_PROFILE }}