Skip to content

Commit 19186cd

Browse files
chore: Fix test log artifact upload
1 parent aba9ba3 commit 19186cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/ci/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ runs:
7777
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
7878
if: always()
7979
with:
80+
name: test-service-${{ inputs.flutter_version }}-${{ inputs.dart_version }}.log
8081
path: apps/sse_contract_test_service/test-service.log
8182

8283
- name: Build Docs

0 commit comments

Comments
 (0)