Skip to content

Commit

Permalink
Fixed uploading assets from Docker
Browse files Browse the repository at this point in the history
- the folder here has changed since we switched to prebuild
  • Loading branch information
daniellockyer committed Dec 29, 2023
1 parent 8b86e41 commit 8398daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -149,7 +149,7 @@ jobs:
--build-arg NODE_VERSION=${{ matrix.node }} \
.
CONTAINER_ID=$(docker create -it sqlite-builder)
docker cp $CONTAINER_ID:/usr/src/build/build/ ./build
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
- name: Upload binaries to commit artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8398daa

Please sign in to comment.