We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf402e commit a94a940Copy full SHA for a94a940
ci/make-release.sh
@@ -15,7 +15,11 @@ export CARGO_PROFILE_RELEASE_LTO=true
15
cargo build --bin mdbook --release
16
cd target/release
17
case $1 in
18
- ubuntu* | macos*)
+ ubuntu*)
19
+ asset="mdbook-$TAG-$host.tar.gz"
20
+ tar czf ../../$asset mdbook
21
+ ;;
22
+ macos*)
23
asset="mdbook-$TAG-$host.tar.gz"
24
# There is a bug with BSD tar on macOS where the first 8MB of the file are
25
# sometimes all NUL bytes. See https://github.com/actions/cache/issues/403
0 commit comments