We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc8d39 commit c71920fCopy full SHA for c71920f
.github/workflows/linux.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
cargo build -p powersync_loadable --release
24
ls -l target/release
25
- mv "target/release/libisar.so" "libisar_linux_x64.so"
+ mv "target/release/libpowersync.so" "libpowersync_x64.so"
26
27
- name: Upload binary
28
uses: svenstaro/upload-release-action@v2
0 commit comments