Merge pull request #8263 from zmstone/0617-ci-upload-windows-package

ci: upload windows package
This commit is contained in:
zhouzb 2022-06-17 20:51:39 +08:00 committed by GitHub
commit 5d17118f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: