Merge pull request #9349

9817293 workflows: don't hardcode repo name (selsta)
This commit is contained in:
luigi1111 2024-07-16 18:50:40 -04:00
commit c830fc05d8
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 3 additions and 3 deletions

View File

@ -192,4 +192,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ env.OUTPUT }}
path: /home/runner/work/monero/monero/${{ env.OUTPUT }}
path: /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/${{ env.OUTPUT }}

View File

@ -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*