Skip to content

Commit

Permalink
ci: fix error import path (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Aug 8, 2023
1 parent 5e2fdec commit e7abd00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit e7abd00

Please sign in to comment.