We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5dc6c commit f315658Copy full SHA for f315658
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Create Release Binary
24
run: cargo build --release
25
- name: Create Release Archive
26
- run: tar -czf rust-watchman-${{ matrix.toolchain }}.tar.gz target/release/rust-watchman
+ run: tar -czf rust-watchman-${{ matrix.toolchain }}.tar.gz target/release/librustwatchman.rlib
27
- name: Upload Release Archive
28
uses: actions/upload-release-asset@v1
29
with:
0 commit comments