ci: fix artifact name in scheduled packages workflow

This commit is contained in:
Ivan Dyachkov 2023-05-05 07:50:45 +02:00
parent a8f2ef30e6
commit 2406c4a896
1 changed files with 1 additions and 1 deletions

View File

@ -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: