Skip to content

Commit

Permalink
restore artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo authored Oct 4, 2024
1 parent 4085df6 commit ddb3ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: breakage-$PKG-$version
path: pr/

upload:
needs: break
Expand All @@ -105,6 +106,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: breakage-*
path: pr/
merge-multiple: true

- run: ls
Expand Down

0 comments on commit ddb3ec0

Please sign in to comment.