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