Skip to content

Commit c48cb0b

Browse files
committed
[wip]
1 parent 4715624 commit c48cb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compare-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5656
with:
5757
name: ${{ matrix.comparator }}
58-
path: head
58+
path: out/head
5959
# run-id: ${{ github.event.workflow_run.id }}
6060
run-id: 20148626013
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7474
with:
7575
name: web
76-
path: base
76+
path: out/base
7777
run-id: 20148626013
7878
# run-id: ${{ steps.base-run.outputs.run_id }}
7979
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)