Improve actions pipeline #12

Merged
moritz merged 9 commits from modernize-pipeline into master 2024-05-01 09:23:13 +00:00
Showing only changes of commit cc3ed5cf58 - Show all commits

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