Skip to content

Commit

Permalink
only package the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 19, 2024
1 parent 3dac1a0 commit c6437de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
export KERL_CONFIGURE_OPTIONS="--with-dynamic-trace=lttng ${KERL_CONFIGURE_OPTIONS}"
fi
mkdir -p /home/ubuntu/OTP/
./kerl update releases
./kerl build "${otp_vsn}" "${otp_vsn}"
./kerl build-install "${otp_vsn}" "/home/ubuntu/OTP/${type}-${otp_vsn}"
cp ./kerl /home/ubuntu/OTP/
cp ./kerl $HOME/.kerl/
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" -C $HOME .kerl
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" /home/ubuntu/OTP/
- name: cat failed build log
if: failure()
Expand Down

0 comments on commit c6437de

Please sign in to comment.