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 8b86e41 commit 8398daaCopy full SHA for 8398daa
.github/workflows/ci.yml
@@ -149,7 +149,7 @@ jobs:
149
--build-arg NODE_VERSION=${{ matrix.node }} \
150
.
151
CONTAINER_ID=$(docker create -it sqlite-builder)
152
- docker cp $CONTAINER_ID:/usr/src/build/build/ ./build
+ docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
153
154
- name: Upload binaries to commit artifacts
155
uses: actions/upload-artifact@v3
0 commit comments