Skip to content

Commit

Permalink
fix(ci): use tgz and elixir package name
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jan 26, 2022
1 parent aa1a1a7 commit 06e3183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_slim_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
run: |
make ${EMQX_NAME}-pkg
.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: |
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)
run: |
make ${EMQX_NAME}-elixirpkg
Expand Down

0 comments on commit 06e3183

Please sign in to comment.