Skip to content

Commit 7714adc

Browse files
committed
Windows build directory
1 parent 26e8174 commit 7714adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup
3838
run: |
3939
cargo build -p powersync_loadable --release --target x86_64-pc-windows-msvc -Zbuild-std -v
40-
mv "target/release/libpowersync.dll" "libpowersync_x64.dll"
40+
mv "target/x86_64-pc-windows-msvc/release/libpowersync.dll" "libpowersync_x64.dll"
4141
4242
- name: Upload binary
4343
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)