Improve actions pipeline #12
@@ -44,9 +44,17 @@ 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@v4
|
||||
with:
|
||||
name: ptprnt
|
||||
path: ./builddir/meson-dist/*
|
||||
path: ./builddir/meson-dist/*.xz
|
||||
if-no-files-found: error
|
||||
# we need to upload each artifact on its own as gitea currently only supports one artifact per action
|
||||
- name: upload dist package checksum
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ptprnt
|
||||
path: ./builddir/meson-dist/*.sha256sum
|
||||
if-no-files-found: error
|
||||
|
Reference in New Issue
Block a user