From b17323e766db5171cafda463504f177a1cf989e4 Mon Sep 17 00:00:00 2001 From: Setvin <117243445+realsetvin@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:05:56 +0000 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 60c56be44..cf96596df 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -104,7 +104,7 @@ - name: Upload Binary Artifact uses: actions/upload-artifact@v4 with: - name: ${{ env.COIN_NAME }}-macos-${{ env.BUILD_VERSION }} + name: ${{ env.COIN_NAME }}-macos11-${{ env.BUILD_VERSION }} path: ${{ env.COMPRESS_DIR }} - name: Generate Macos dmg files run: | @@ -164,7 +164,7 @@ - name: Upload Binary Artifact uses: actions/upload-artifact@v4 with: - name: ${{ env.COIN_NAME }}-macos-${{ env.BUILD_VERSION }} + name: ${{ env.COIN_NAME }}-macos12-${{ env.BUILD_VERSION }} path: ${{ env.COMPRESS_DIR }} - name: Generate Macos dmg files run: |