Skip to content

Commit 5696da9

Browse files
committed
Fix upload file name
1 parent c71920f commit 5696da9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
- name: Setup
2222
run: |
2323
cargo build -p powersync_loadable --release
24-
ls -l target/release
2524
mv "target/release/libpowersync.so" "libpowersync_x64.so"
2625
2726
- name: Upload binary
2827
uses: svenstaro/upload-release-action@v2
2928
with:
3029
repo_token: ${{ secrets.GITHUB_TOKEN }}
31-
file: libisar_linux_x64.so
32-
asset_name: libisar_linux_x64.so
30+
file: libpowersync_x64.so
31+
asset_name: libpowersync_x64.so
3332
tag: 0.1.6

0 commit comments

Comments
 (0)