Skip to content

Commit

Permalink
fix: use both correct paths (#14157)
Browse files Browse the repository at this point in the history
* fix: try to read from right folder

* fix: use both correct paths
  • Loading branch information
paoloricciuti authored and trueadm committed Nov 7, 2024
1 parent fe3f1eb commit 598c523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.pr.new-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: output.json
name: output
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload output
uses: actions/upload-artifact@v4
with:
name: output.json
path: ./output
name: output
path: ./output.json

- run: ls -R .

0 comments on commit 598c523

Please sign in to comment.