ci: fix artifact name in scheduled packages workflow
This commit is contained in:
parent
a8f2ef30e6
commit
2406c4a896
|
@ -32,7 +32,7 @@ jobs:
|
|||
zip -ryq source.zip source/* source/.[^.]*
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: source-${{ matrix.profile[1] }}
|
||||
name: source-${{ matrix.profile[0] }}
|
||||
path: source.zip
|
||||
|
||||
linux:
|
||||
|
|
Loading…
Reference in New Issue