aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/depends.yml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2024-07-16 18:50:40 -0400
committerluigi1111 <luigi1111w@gmail.com>2024-07-16 18:50:40 -0400
commitc830fc05d8666a83c44bd198c7c114b11616a9b9 (patch)
treedcf59ebd34cabbbf86e2a1a6e098b43f067f53c3 /.github/workflows/depends.yml
parentMerge pull request #9346 (diff)
parentworkflows: don't hardcode repo name (diff)
downloadmonero-c830fc05d8666a83c44bd198c7c114b11616a9b9.tar.xz
Merge pull request #9349
9817293 workflows: don't hardcode repo name (selsta)
Diffstat (limited to '')
-rw-r--r--.github/workflows/depends.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml
index 81f3c7b2b..aafb8e56a 100644
--- a/.github/workflows/depends.yml
+++ b/.github/workflows/depends.yml
@@ -109,5 +109,5 @@ jobs:
with:
name: ${{ matrix.toolchain.name }}
path: |
- /home/runner/work/monero/monero/build/${{ matrix.toolchain.host }}/release/bin/monero-wallet-cli*
- /home/runner/work/monero/monero/build/${{ matrix.toolchain.host }}/release/bin/monerod*
+ /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/build/${{ matrix.toolchain.host }}/release/bin/monero-wallet-cli*
+ /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/build/${{ matrix.toolchain.host }}/release/bin/monerod*