summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIm-Beast <franik.mateusz@gmail.com>2024-12-07 17:20:49 +0100
committerIm-Beast <franik.mateusz@gmail.com>2024-12-07 17:20:49 +0100
commit7232cf94fb27b50c5a496cab9f8d047bd88e09fa (patch)
treee147f4e5ef4e989dc597a415bff5fc93fe45a38b
parent344819a8f5045bd4e63ce099ce52b6bffd3a6720 (diff)
ci: download proper artifact for macos
-rw-r--r--.github/workflows/full_check.yaml4
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