aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-11-06 20:39:40 +0100
committerselsta <selsta@sent.at>2023-11-06 20:39:40 +0100
commitcf2253c8122feac2500f7a40978610d3b8909db3 (patch)
treeb2c23060757d1b3e6516215e146c3cab6ee596f2
parentMerge pull request #9050 (diff)
downloadmonero-cf2253c8122feac2500f7a40978610d3b8909db3.tar.xz
workflows: upload macOS binary after name change
-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: |