Use just folder as a path for digests upload (#99)
This commit is contained in:
parent
042285e664
commit
617b656cf7
|
@ -104,7 +104,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: digests-${{ matrix.target.arch }}
|
||||
path: /tmp/digests/*
|
||||
path: /tmp/digests
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue