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 3136016 commit 9c6381eCopy full SHA for 9c6381e
.github/workflows/push.yml
@@ -342,7 +342,7 @@ jobs:
342
- name: Store build artifact for dev image
343
uses: actions/upload-artifact@v4
344
with:
345
- name: "native-linux-x64-glibc-3.11.node" # this name is referenced below in docker-image-dev
+ name: "native-linux-x64-glibc-3.11.node"
346
path: ./packages/cubejs-backend-native/index.node
347
overwrite: true
348
0 commit comments