We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715624 commit c48cb0bCopy full SHA for c48cb0b
.github/workflows/compare-builds.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
56
with:
57
name: ${{ matrix.comparator }}
58
- path: head
+ path: out/head
59
# run-id: ${{ github.event.workflow_run.id }}
60
run-id: 20148626013
61
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
73
74
75
name: web
76
- path: base
+ path: out/base
77
78
# run-id: ${{ steps.base-run.outputs.run_id }}
79
0 commit comments