Skip to content

Commit

Permalink
Update workflow to include macos-arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Jun 29, 2021
1 parent cba8eef commit 6a1987a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
name: opensearch-cli-${{ env.RELEASE_VERSION }}-macos-x64
path: dist/opensearch-cli_darwin_amd64/opensearch-cli

- name: Upload macOS(arm64) Artifact
uses: actions/upload-artifact@v2
with:
name: opensearch-cli-${{ env.RELEASE_VERSION }}-macos-arm64
path: dist/opensearch-cli_darwin_arm64/opensearch-cli

- name: Upload Linux(amd64) Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6a1987a

Please sign in to comment.