ci: fix artifact path for macos

This commit is contained in:
Zaiming (Stone) Shi 2022-11-27 13:27:29 +01:00
parent 027c05af99
commit ad024871e1
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ jobs:
apple_developer_id_bundle_password: ${{ secrets.APPLE_DEVELOPER_ID_BUNDLE_PASSWORD }}
- uses: actions/upload-artifact@v3
with:
name: ${{ env.EMQX_NAME }}-${{ matrix.otp }}
name: ${{ env.EMQX_NAME }}
path: _packages/${{ env.EMQX_NAME }}/
linux: