ci: fix artifact path for macos
This commit is contained in:
parent
027c05af99
commit
ad024871e1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue