Cleanup
Some checks failed
Build ptprnt / build (push) Has been cancelled

This commit is contained in:
2024-05-01 11:19:06 +02:00
parent d3ec844c18
commit cc3ed5cf58

View File

@@ -44,10 +44,9 @@ jobs:
run: ninja -C builddir coverage-text
- name: Coverage report
run: cat ./builddir/meson-logs/coverage.txt
# we need to upload each artifact on its own as gitea currently only supports one artifact per action
- name: upload dist package
uses: actions/upload-artifact@v3
with:
name: ptprnt
name: ptprnt-dist
path: ./builddir/meson-dist/*
if-no-files-found: error