Skip to content

Commit ec416ed

Browse files
committed
add debug code for dir
1 parent cd044b4 commit ec416ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-rust-crates.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ jobs:
6666
curl -L -o libnode.zip https://github.com/metacall/libnode/releases/download/v23.0.0/libnode-amd64-windows.zip
6767
echo "Extracting libnode..."
6868
unzip libnode.zip
69+
echo "Checking directory structure:"
70+
ls -R
6971
echo "Moving libnode.dll to Node installation directory..."
70-
cp libnode-amd64-windows/libnode.dll "$RUNNER_TOOL_CACHE/node/$NODE_VERSION/x64/"
72+
cp libnode.dll "$RUNNER_TOOL_CACHE/node/$NODE_VERSION/x64/"
7173
echo "LIBNODE_PATH=$RUNNER_TOOL_CACHE/node/$NODE_VERSION/x64" >> $GITHUB_ENV
72-
7374
- name: Build
7475
run: RUST_BACKTRACE=full cargo build --target ${{ matrix.target }} --verbose
7576
shell: bash

0 commit comments

Comments
 (0)