ci: fix upload artifact error
This commit is contained in:
parent
e5ffe8d7d5
commit
eb0f4a543d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue