Skip to content

Commit

Permalink
fix: just use artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 26, 2024
1 parent 90a7642 commit f509a9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,8 @@ jobs:
fail_ci_if_error: true
verbose: true

- name: zip gcov
run: find build-test -iname '*.gcov' -print0 | xargs -0 zip gcovs.zip

- name: Upload gcov
uses: actions/upload-artifact@v4
with:
name: gcovs.zip
path: gcovs.zip
path: "**/*.gcov"

0 comments on commit f509a9b

Please sign in to comment.