Skip to content

Commit a27fe9e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: cargo test --verbose --lib
2323
- 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
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)