Skip to content

Commit

Permalink
Update bleeding-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Oct 14, 2024
1 parent 891d32a commit 65ebba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bleeding-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
tar xf moonbit.tar.gz --directory ./tmp-bins/
cp -L ./target/release/moonrun ./tmp-bins/
cp -L ./target/release/moon ./tmp-bins/
ls ./tmp-bins/
pushd tmp-bins && shasum -a 256 -- * >../moonbit-$PLATFORM.sha256 && popd
tar czf ./moonbit-$PLATFORM.tar.gz --directory=./tmp-bins .
aws s3 cp ./moonbit-$PLATFORM.tar.gz s3://cli.moonbitlang.com/binaries/bleeding/moonbit-$PLATFORM.tar.gz
Expand Down

0 comments on commit 65ebba5

Please sign in to comment.