Skip to content

Commit

Permalink
Merge pull request #363 from moonbitlang/zhiyuan/ubuntu-bleeding
Browse files Browse the repository at this point in the history
Fix ubuntu bleeding
  • Loading branch information
bzy-debug authored Oct 9, 2024
2 parents f236d10 + 794e522 commit b1ddeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
tar xf moonbit.tar.gz --directory ./tmp-bins/
cp -L ./target/release/moonrun ./tmp-bins/
cp -L ./target/release/moon ./tmp-bins/
pushd tmp-bins && sha256sum -- * >../moonbit-linux-x86_64.sha256 && popd
cd tmp-bins && sha256sum -- * >../moonbit-linux-x86_64.sha256 && cd ..
tar czf ./moonbit-linux-x86_64.tar.gz --directory=./tmp-bins .
aws s3 cp ./moonbit-linux-x86_64.tar.gz s3://cli.moonbitlang.com/binaries/bleeding/moonbit-linux-x86_64.tar.gz
aws s3 cp ./moonbit-linux-x86_64.sha256 s3://cli.moonbitlang.com/binaries/bleeding/moonbit-linux-x86_64.sha256
Expand Down

0 comments on commit b1ddeb8

Please sign in to comment.