Skip to content

Commit

Permalink
ci: download proper artifact for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Dec 7, 2024
1 parent 344819a commit 7232cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: linux ${{ matrix.coin }}
name: macos ${{ matrix.coin }}
path: release/${{ matrix.coin }}

- name: Run regression tests
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: linux ${{ matrix.coin }}
name: macos ${{ matrix.coin }}
path: release/${{ matrix.coin }}

- name: Run integration tests
Expand Down

0 comments on commit 7232cf9

Please sign in to comment.