Skip to content

fix(custom-build) Add the build target to the url (#11263) #2489

fix(custom-build) Add the build target to the url (#11263)

fix(custom-build) Add the build target to the url (#11263) #2489

Workflow file for this run

name: MacOS-m1 binary release
on:
workflow_dispatch:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
jobs:
build_binary:
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@master
- uses: isbang/setup-awscli@v0.1.0
- run: scripts/mac-release.sh
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- run: scripts/mac-release.sh nightly-release
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}