Skip to content

Commit feac769

Browse files
committed
Debug build directory
1 parent 7714adc commit feac769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Setup
3838
run: |
3939
cargo build -p powersync_loadable --release --target x86_64-pc-windows-msvc -Zbuild-std -v
40+
ls "target/x86_64-pc-windows-msvc"
41+
ls "target/x86_64-pc-windows-msvc/release"
4042
mv "target/x86_64-pc-windows-msvc/release/libpowersync.dll" "libpowersync_x64.dll"
4143
4244
- name: Upload binary

0 commit comments

Comments
 (0)