ci: fix upload artifact error

This commit is contained in:
zhanghongtong 2021-11-18 10:35:03 +08:00
parent e5ffe8d7d5
commit eb0f4a543d
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ matrix.profile }}
path: _packages/${{ matrix.profile }}/.
path: source/_packages/${{ matrix.profile }}/.
docker:
runs-on: ubuntu-20.04