server/release: use the manifest file from bin directory (#23290)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-05-04 11:50:59 +03:00
коммит произвёл GitHub
родитель e000d52eb1
Коммит 3afd2ec549

Просмотреть файл

@@ -134,8 +134,8 @@ else
endif
cp ../NOTICE.txt $(DIST_PATH)
cp ../README.md $(DIST_PATH)
if [ -f ../manifest.txt ]; then \
cp ../manifest.txt $(DIST_PATH); \
if [ -f bin/manifest.txt ]; then \
cp bin/manifest.txt $(DIST_PATH); \
fi
@# Import Mattermost plugin public key