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/.[^.]*
|
zip -ryq source.zip source/* source/.[^.]*
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: source-${{ matrix.profile[1] }}
|
name: source-${{ matrix.profile[0] }}
|
||||||
path: source.zip
|
path: source.zip
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
|
|
Loading…
Reference in New Issue