build: zip for macos

previsouly zip was built before pkg (as makefile dependency)
since pkg's only depend on rebar3 release tarball (not .zip)
makefile was updated but forgot to update the pkg build for macos
This commit is contained in:
Zaiming Shi 2021-05-07 22:33:39 +02:00 committed by Zaiming (Stone) Shi
parent 18cd7e7af5
commit 1ddcffa32d
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -134,7 +134,7 @@ case "$ARTIFACT" in
;;
pkg)
if [ -z "${PKGERDIR:-}" ]; then
# zip should have been built as a Makefile dependency
make_zip
log "Skipped making deb/rpm package for $SYSTEM"
exit 0
fi