Skip to content

Commit 1df1b7c

Browse files
Save coverage-report FIX identation
1 parent 7f9c845 commit 1df1b7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fedora_41.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/upload-artifact@v4
9696
with:
9797
name: coverage-report
98-
path: coverage_report.zip
98+
path: coverage_report.zip
9999
- name: Install and run
100100
run: |
101101
git submodule update --init --recursive

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/upload-artifact@v4
131131
with:
132132
name: coverage-report
133-
path: coverage_report.zip
133+
path: coverage_report.zip
134134
- name: Install and run
135135
run: |
136136
git submodule update --init --recursive

0 commit comments

Comments
 (0)