Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
realsetvin authored Mar 27, 2024
1 parent 14a5bd3 commit b17323e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b17323e

Please sign in to comment.