Merge pull request #8392 from thalesmg/ci-fix-release-step

ci(release): fix release step script
This commit is contained in:
Zaiming (Stone) Shi 2022-07-01 18:32:32 +01:00 committed by GitHub
commit 78f8cfc783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ jobs:
*) *)
echo "tag $REF is not supported" echo "tag $REF is not supported"
exit 1 exit 1
fi ;;
esac
aws s3 cp --recursive s3://${{ secrets.AWS_S3_BUCKET }}/$s3dir/${{ github.ref_name }} packages aws s3 cp --recursive s3://${{ secrets.AWS_S3_BUCKET }}/$s3dir/${{ github.ref_name }} packages
cd packages cd packages
DEFAULT_BEAM_PLATFORM='otp24.2.1-1' DEFAULT_BEAM_PLATFORM='otp24.2.1-1'