Use just folder as a path for digests upload (#99)

This commit is contained in:
Slava 2024-03-23 21:13:25 +02:00 committed by GitHub
parent 042285e664
commit 617b656cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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