fix(ci): use tgz and elixir package name

This commit is contained in:
Thales Macedo Garitezi 2022-01-18 10:09:42 -03:00
parent bd8b008063
commit 4fb3628c26
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ jobs:
run: | run: |
make ${EMQX_NAME}-pkg make ${EMQX_NAME}-pkg
.ci/build_packages/tests.sh "$EMQX_PKG_NAME" pkg amd64 .ci/build_packages/tests.sh "$EMQX_PKG_NAME" pkg amd64
- name: build and test zip package (Elixir) - name: build and test tgz package (Elixir)
run: | run: |
make ${EMQX_NAME}-elixir-tgz make ${EMQX_NAME}-elixir-tgz
.ci/build_packages/tests.sh "$EMQX_PKG_NAME" tgz amd64 .ci/build_packages/tests.sh "$EMQX_ELIXIRPKG_NAME" tgz amd64
- name: build and test deb/rpm packages (Elixir) - name: build and test deb/rpm packages (Elixir)
run: | run: |
make ${EMQX_NAME}-elixirpkg make ${EMQX_NAME}-elixirpkg