workflow: fix artifact name

This commit is contained in:
cy 2025-03-13 18:15:45 -04:00
parent 8da2d56d6d
commit fef8deac66
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -59,6 +59,6 @@ jobs:
- name: upload result - name: upload result
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.package }}-${{ matrix.os }} name: ${{ matrix.os }}
path: result.tar path: result.tar
if-no-files-found: error if-no-files-found: error