Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 19, 2024
1 parent 3cc0df4 commit 127564c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
sudo mkdir -p "$target_dir"
sudo chmod 777 "$target_dir"
./kerl update releases
bash -x ./kerl build-install "${otp_vsn}" "${type}-${otp_vsn}" "$target_dir"
cp ./kerl /home/ubuntu/OTP/
./kerl build-install "${otp_vsn}" "${type}-${otp_vsn}" "$target_dir"
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" "$target_dir"
- name: cat failed build log
Expand Down

0 comments on commit 127564c

Please sign in to comment.