We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e8174 commit 7714adcCopy full SHA for 7714adc
.github/workflows/windows.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup
38
run: |
39
cargo build -p powersync_loadable --release --target x86_64-pc-windows-msvc -Zbuild-std -v
40
- mv "target/release/libpowersync.dll" "libpowersync_x64.dll"
+ mv "target/x86_64-pc-windows-msvc/release/libpowersync.dll" "libpowersync_x64.dll"
41
42
- name: Upload binary
43
uses: svenstaro/upload-release-action@v2
0 commit comments