Skip to content

Commit 4521d03

Browse files
committed
fix: change artifact name
1 parent 2d3f60c commit 4521d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- uses: actions/upload-artifact@v4 # upload test results
5151
if: success() || failure() # run this step even if previous step failed
5252
with:
53-
name: Test Results
53+
name: test-results
5454
path: test-results/**

0 commit comments

Comments
 (0)