Skip to content

Commit 7c908eb

Browse files
committed
fix workflow syntax
1 parent f4596ba commit 7c908eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
- name: Check
7575
run: |
7676
${{ matrix.run_args.command }}
77-
- name: Report code coverage
78-
uses: dethereum/github-actions-report-lcov@v1.0.0
79-
- name: Upload existing lcov files if any exist
77+
78+
- name: Upload lcov files if any exist
8079
uses: actions/upload-artifact@v2
8180
with:
8281
name: lcov-${{ matrix.run_args.os }}-${{ matrix.run_args.name }}

0 commit comments

Comments
 (0)