We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61c521 commit 3279108Copy full SHA for 3279108
Makefile
@@ -40,7 +40,7 @@ build-all: test
40
package: build-all
41
@echo "--> Packaging application"
42
@for arch in ${BUILD_ARCHS}; do \
43
- zip -vj build/zip/${APP_NAME}-${VERSION}-$${arch} build/bin/$${arch}/${VERSION}/${APP_NAME} ; \
+ zip -vj build/zip/${APP_NAME}-${VERSION}-$${arch}.zip build/bin/$${arch}/${VERSION}/${APP_NAME} ; \
44
done
45
46
release: package
0 commit comments