Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed Nov 13, 2022
1 parent c385b6c commit ed99cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
TAG=$(git describe --exact-match HEAD)
RELEASE_DIR="tmp/releases/${TAG}-$(uname -s)/"

./script/test
./script/test.sh
rm -rf "${RELEASE_DIR}"

mkdir -p "${RELEASE_DIR}"
Expand Down

0 comments on commit ed99cc4

Please sign in to comment.