Skip to content

Commit e1871e9

Browse files
committed
Fix linux file path
1 parent cb64167 commit e1871e9

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup
2222
run: |
2323
cargo build -p powersync_loadable --release
24-
mv "target/x86_64-unknown-linux-gnu/release/libisar.so" "libisar_linux_x64.so"
24+
mv "target/release/x86_64-unknown-linux-gnu/release/libisar.so" "libisar_linux_x64.so"
2525
2626
- name: Upload binary
2727
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)