Merge pull request #9305 from zmstone/1104-ci-fix-artifacts-upload

ci: fix artifact upload path
This commit is contained in:
Zaiming (Stone) Shi 2022-11-04 12:09:35 +01:00 committed by GitHub
commit 57cc0366e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.profile }}
path: source/_packages/${{ matrix.profile }}/.
path: source/_packages/${{ matrix.profile }}/
mac:
needs: prepare
@ -145,7 +145,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${EMQX_NAME}-${{ matrix.otp }}
path: _packages/${EMQX_NAME}/.
path: _packages/${EMQX_NAME}/
linux:
runs-on: ubuntu-20.04
@ -258,7 +258,7 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: ${{ matrix.profile }}
path: /tmp/packages/${{ matrix.profile }}/.
path: /tmp/packages/${{ matrix.profile }}/
docker:
runs-on: ubuntu-20.04