Skip to content

Commit 598c523

Browse files
paoloricciutitrueadm
authored andcommitted
fix: use both correct paths (#14157)
* fix: try to read from right folder * fix: use both correct paths
1 parent fe3f1eb commit 598c523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download artifact
1515
uses: actions/download-artifact@v4
1616
with:
17-
name: output.json
17+
name: output
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
run-id: ${{ github.event.workflow_run.id }}
2020

.github/workflows/pkg.pr.new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload output
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: output.json
40-
path: ./output
39+
name: output
40+
path: ./output.json
4141

4242
- run: ls -R .

0 commit comments

Comments
 (0)