fix: use both correct paths (#14157)

* fix: try to read from right folder

* fix: use both correct paths
pull/14158/head
Paolo Ricciuti 2 months ago committed by GitHub
parent f1f4c29a99
commit 16a40a8bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ jobs:
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: output.json name: output
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}

@ -36,7 +36,7 @@ jobs:
- name: Upload output - name: Upload output
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: output.json name: output
path: ./output path: ./output.json
- run: ls -R . - run: ls -R .

Loading…
Cancel
Save