Skip to content

Commit 7fc8d39

Browse files
committed
Fix linux command
1 parent 275b90b commit 7fc8d39

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-
ls -lh target/release
24+
ls -l target/release
2525
mv "target/release/libisar.so" "libisar_linux_x64.so"
2626
2727
- name: Upload binary

0 commit comments

Comments
 (0)