From e7abd00fc02f069f6529c16252605e618e88e6cf Mon Sep 17 00:00:00 2001 From: zyy17 Date: Tue, 8 Aug 2023 17:12:54 +0800 Subject: [PATCH] ci: fix error import path (#2120) --- .github/workflows/dev-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 29a68266cb34..ae56a82c5123 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -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 }}