Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
malloc_free \
profile \
opensnoop \
segfault_analyzer \
packet_count

- name: Upload binary archive
Expand Down Expand Up @@ -163,7 +164,7 @@ jobs:
mkdir -p ${PKG_DIR}/usr/share/doc/jtracing

# Copy binaries
cp bash_readline eglswapbuffers execsnoop_pb execsnoop_rb funccount malloc_free profile opensnoop packet_count ${PKG_DIR}/usr/bin/
cp bash_readline eglswapbuffers execsnoop_pb execsnoop_rb funccount malloc_free profile opensnoop packet_count segfault_analyzer ${PKG_DIR}/usr/bin/

# Create control file
cat > ${PKG_DIR}/DEBIAN/control << EOF
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jtracing"
version = "0.2.5"
version = "0.2.6"
description = "Tracing utilites."
authors = ["Seimizu Joukan <joukan.seimizu@gmail.com>"]
repository = "https://github.com/saimizi/jtracing.git"
Expand Down