We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8eef commit 6a1987aCopy full SHA for 6a1987a
.github/workflows/publish-upload-artifacts.yml
@@ -35,6 +35,12 @@ jobs:
35
name: opensearch-cli-${{ env.RELEASE_VERSION }}-macos-x64
36
path: dist/opensearch-cli_darwin_amd64/opensearch-cli
37
38
+ - name: Upload macOS(arm64) Artifact
39
+ uses: actions/upload-artifact@v2
40
+ with:
41
+ name: opensearch-cli-${{ env.RELEASE_VERSION }}-macos-arm64
42
+ path: dist/opensearch-cli_darwin_arm64/opensearch-cli
43
+
44
- name: Upload Linux(amd64) Artifact
45
uses: actions/upload-artifact@v2
46
with:
0 commit comments