Skip to content

Commit e047bdd

Browse files
committed
fixed ci
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
1 parent 649dc94 commit e047bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
AYA_BUILD_EBPF=true cargo build --release --target x86_64-unknown-linux-gnu
2525
cp target/x86_64-unknown-linux-gnu/release/rust-memleak target/rust-memleak-x86_64
2626
27+
- name: Release
2728
uses: softprops/action-gh-release@v1
2829
with:
2930
files: "target/rust-memleak-x86_64"

0 commit comments

Comments
 (0)