Skip to content

Commit f315658

Browse files
committed
Added configurations
1 parent 0f5dc6c commit f315658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create Release Binary
2424
run: cargo build --release
2525
- name: Create Release Archive
26-
run: tar -czf rust-watchman-${{ matrix.toolchain }}.tar.gz target/release/rust-watchman
26+
run: tar -czf rust-watchman-${{ matrix.toolchain }}.tar.gz target/release/librustwatchman.rlib
2727
- name: Upload Release Archive
2828
uses: actions/upload-release-asset@v1
2929
with:

0 commit comments

Comments
 (0)