diff options
| -rw-r--r-- | .github/workflows/full_check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index abc91f8..739fcbe 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -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 @@ -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 |
