workflow: fix artifact name
This commit is contained in:
parent
8da2d56d6d
commit
fef8deac66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -59,6 +59,6 @@ jobs:
|
|||
- name: upload result
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.package }}-${{ matrix.os }}
|
||||
name: ${{ matrix.os }}
|
||||
path: result.tar
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue