Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlig committed Oct 27, 2024
1 parent 938ea30 commit 8c321fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
make -C example -j
- name: Package gcno files
run: |
find / -type f -name "*.gcno" | tar --create --gzip --file=gcno_files.tar.gz --files-from=-
find . -type f -name "*.gcno" | tar --create --gzip --file=gcno_files.tar.gz --files-from=-
ls -la
- name: Upload gcno file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8c321fc

Please sign in to comment.