We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa086 commit 1d598d0Copy full SHA for 1d598d0
.github/workflows/master.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: actions/upload-artifact@v4
83
with:
84
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
+ path: ./packages/cubejs-backend-native/index.node
86
overwrite: true
87
88
docker-image-dev:
0 commit comments