workflows: don't hardcode repo name

This commit is contained in:
selsta
2024-06-03 03:27:35 +02:00
parent cc73fe7116
commit 98172930db
2 changed files with 3 additions and 3 deletions
+1 -1
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 }}