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 92df902fb9 - Show all commits

View File

@@ -46,14 +46,14 @@ jobs:
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
uses: actions/upload-artifact@v3
with:
name: ptprnt
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
uses: actions/upload-artifact@v3
with:
name: ptprnt
path: ./builddir/meson-dist/*.sha256sum