diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb07d9e..66b005a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: mac-os-binary + name: mh-darwin-x86_64-apple-macos11 path: mh-darwin-x86_64-apple-macos11 build-osx-arm: runs-on: macos-latest @@ -97,5 +97,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: mac-os-binary + name: mh-darwin-arm64 path: mh-darwin-arm64