Skip to content

Commit 911111c

Browse files
authored
Updated correct release asset path
1 parent 858f2c9 commit 911111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
3131
with:
3232
repo_token: ${{ secrets.GITHUB_TOKEN }}
33-
file: html-test-report/test_report.html
33+
file: test_report.html
3434
tag: ${{ github.ref }}
3535
overwrite: true
3636

0 commit comments

Comments
 (0)