Skip to content

Commit c71920f

Browse files
committed
Fix file name
1 parent 7fc8d39 commit c71920f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
cargo build -p powersync_loadable --release
2424
ls -l target/release
25-
mv "target/release/libisar.so" "libisar_linux_x64.so"
25+
mv "target/release/libpowersync.so" "libpowersync_x64.so"
2626
2727
- name: Upload binary
2828
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)