use different names for artifacts

This commit is contained in:
ibizaman 2025-03-18 22:23:05 +01:00
parent 38e4432efd
commit 7e0cdafb05

View file

@ -124,6 +124,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ matrix.check }}
path: ${{ env.resultPath }}/**/*
overwrite: true