We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7714adc commit feac769Copy full SHA for feac769
.github/workflows/windows.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Setup
38
run: |
39
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"
42
mv "target/x86_64-pc-windows-msvc/release/libpowersync.dll" "libpowersync_x64.dll"
43
44
- name: Upload binary
0 commit comments