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 d3ec844c18 - Show all commits

View File

@@ -49,12 +49,5 @@ jobs:
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@v3
with:
name: ptprnt
path: ./builddir/meson-dist/*.sha256sum
path: ./builddir/meson-dist/*
if-no-files-found: error