Skip to content

Commit 1d598d0

Browse files
authored
chore(ci): quick fix for backend-native cached artifract for dev docker image (#8477)
1 parent 67fa086 commit 1d598d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/upload-artifact@v4
8383
with:
8484
name: "native-linux-x64-glibc-3.9.node" # this name is referenced below in docker-image-dev
85-
path: ./packages/cubejs-backend-native/native/index.node
85+
path: ./packages/cubejs-backend-native/index.node
8686
overwrite: true
8787

8888
docker-image-dev:

0 commit comments

Comments
 (0)