aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2024-01-18 17:59:18 -0500
committerluigi1111 <luigi1111w@gmail.com>2024-01-18 17:59:18 -0500
commit7b158679bf718b30e83055acf9f8b8a398b2eac8 (patch)
tree38e41eeb852c3b7d83cacb4f2d1d394dd1f7b883
parentMerge pull request #9059 (diff)
parentworkflows: upload macOS binary after name change (diff)
downloadmonero-7b158679bf718b30e83055acf9f8b8a398b2eac8.tar.xz
Merge pull request #9060
cf2253c workflows: upload macOS binary after name change (selsta)
-rw-r--r--.github/workflows/depends.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml
index 4827bb51d..c534965e8 100644
--- a/.github/workflows/depends.yml
+++ b/.github/workflows/depends.yml
@@ -105,7 +105,7 @@ jobs:
${{env.CCACHE_SETTINGS}}
make depends target=${{ matrix.toolchain.host }} -j2
- uses: actions/upload-artifact@v3
- if: ${{ matrix.toolchain.host == 'x86_64-w64-mingw32' || matrix.toolchain.host == 'x86_64-apple-darwin11' || matrix.toolchain.host == 'x86_64-unknown-linux-gnu' }}
+ if: ${{ matrix.toolchain.host == 'x86_64-w64-mingw32' || matrix.toolchain.host == 'x86_64-apple-darwin' || matrix.toolchain.host == 'x86_64-unknown-linux-gnu' }}
with:
name: ${{ matrix.toolchain.name }}
path: |