Skip to content

Commit 62922f1

Browse files
Tests for a problem with finding artifact
1 parent d9b97c4 commit 62922f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
uses: actions/download-artifact@v3
5454
with:
5555
name: test-artifact
56-
path: artifacts
5756

5857
- name: Upload Artifact
5958
uses: actions/upload-pages-artifact@v3
6059
with:
61-
path: artifacts
60+
path: test-results/report
6261

6362
- name: Deploy to GitHub Pages
6463
id: deployment

0 commit comments

Comments
 (0)