Skip to content

Commit 36b5001

Browse files
authored
Update rust.yml
1 parent f5f0c5e commit 36b5001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
run: cargo build --verbose --release
2121
- name: Run tests
2222
run: cargo test --verbose --lib
23+
- name: Release
24+
uses: softprops/action-gh-release@v1
25+
if: startsWith(github.ref, 'refs/tags/')
26+
with:
27+
files: ./target/release/libredis_delay_queue.so

0 commit comments

Comments
 (0)