Skip to content

Commit 13ac4c2

Browse files
authored
Merge pull request #231 from AkihiroSuda/a
CI: fix whitespaces
2 parents 6965461 + 99f17dc commit 13ac4c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@ jobs:
4242
debian_version=$(grep -oP '^ARG DEBIAN_VERSION=\K\S*' Dockerfile.artifact)
4343
cat << EOF | tee /tmp/release-note.txt
4444
${tag}
45+
4546
#### Changes
4647
(To be documented)
48+
4749
#### Install
4850
\`\`\`
4951
curl -o slirp4netns --fail -L https://github.com/${{ github.repository }}/releases/download/${tag}/slirp4netns-\$(uname -m)
5052
chmod +x slirp4netns
5153
\`\`\`
54+
5255
#### About the binaries
5356
The binaries are statically linked with libslirp ${libslirp_version} and libseccomp ${libseccomp_version} using Debian ${debian_version}.
5457

0 commit comments

Comments
 (0)