fix(ci): unique name

This commit is contained in:
Matthew Esposito 2024-09-16 16:36:24 -04:00
parent 28e72c9058
commit 118708400a

View File

@ -65,7 +65,7 @@ jobs:
name: Upload digest name: Upload digest
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: digests name: digests-${{ matrix.target }}
path: /tmp/digests/* path: /tmp/digests/*
if-no-files-found: error if-no-files-found: error
retention-days: 1 retention-days: 1