diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 17:59:18 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 17:59:18 -0500 |
commit | 7b158679bf718b30e83055acf9f8b8a398b2eac8 (patch) | |
tree | 38e41eeb852c3b7d83cacb4f2d1d394dd1f7b883 | |
parent | Merge pull request #9059 (diff) | |
parent | workflows: upload macOS binary after name change (diff) | |
download | monero-7b158679bf718b30e83055acf9f8b8a398b2eac8.tar.xz |
Merge pull request #9060
cf2253c workflows: upload macOS binary after name change (selsta)
-rw-r--r-- | .github/workflows/depends.yml | 2 |
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: | |