Skip to content

Commit 275b90b

Browse files
committed
Fix linux path
1 parent e1871e9 commit 275b90b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Setup
2222
run: |
2323
cargo build -p powersync_loadable --release
24-
mv "target/release/x86_64-unknown-linux-gnu/release/libisar.so" "libisar_linux_x64.so"
24+
ls -lh target/release
25+
mv "target/release/libisar.so" "libisar_linux_x64.so"
2526
2627
- name: Upload binary
2728
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)