Let's try the wildcard again
All checks were successful
Build ptprnt / build (push) Successful in 1m15s

This commit is contained in:
2024-05-01 11:17:06 +02:00
parent 92df902fb9
commit d3ec844c18

View File

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