ci: upload windows package

This commit is contained in:
Zaiming (Stone) Shi 2022-06-17 13:54:53 +02:00
parent 89a51ace51
commit ec8f3834b7
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ jobs:
echo "EMQX installed"
./_build/${{ matrix.profile }}/rel/emqx/bin/emqx uninstall
echo "EMQX uninstalled"
- uses: actions/upload-artifact@v2
with:
name: windows
path: _packages/${{ matrix.profile}}/*.tar.gz
mac:
strategy: