mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
workflows: don't hardcode repo name
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user