Let's try the wildcard again
All checks were successful
Build ptprnt / build (push) Successful in 1m15s
All checks were successful
Build ptprnt / build (push) Successful in 1m15s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user