Skip to content

Commit 991539a

Browse files
committed
release attempt
1 parent 338318c commit 991539a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
submodules: recursive
2020
- name: install packages
21-
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev libhdf5-dev gcc g++ autoconf automake make wget
21+
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev libhdf5-dev gcc g++ autoconf automake make wget valgrind
2222
- name: env
2323
run: lsb_release -a && ldd --version && gcc --version && g++ --version
2424
- name: build

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ release: distclean
137137
make -j8
138138
mkdir -p slow5tools-$(VERSION)
139139
mkdir slow5tools-$(VERSION)/docs
140-
mv slow5tools slow5tools-$(VERSION)/slow5tools_x86_64_linux
140+
mv slow5tools slow5tools-$(VERSION)/
141141
cp -r README.md LICENSE slow5tools-$(VERSION)/
142142
cp -r docs/commands.md slow5tools-$(VERSION)/docs/
143-
tar -zcf slow5tools-$(VERSION)-binaries.tar.gz slow5tools-$(VERSION)
143+
tar -zcf slow5tools-$(VERSION)-x86_64-linux-binaries.tar.gz slow5tools-$(VERSION)
144144
rm -rf slow5tools-$(VERSION)
145-
tar xf slow5tools-$(VERSION)-binaries.tar.gz
146-
mv slow5tools-$(VERSION)/slow5tools_x86_64_linux slow5tools
145+
tar xf slow5tools-$(VERSION)-x86_64-linux-binaries.tar.gz
146+
mv slow5tools-$(VERSION)/slow5tools slow5tools
147147
test/test.sh
148148
test/test.sh mem
149149

0 commit comments

Comments
 (0)