server/release: use the manifest file from bin directory (#23290)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e000d52eb1
Коммит
3afd2ec549
@@ -134,8 +134,8 @@ else
|
|||||||
endif
|
endif
|
||||||
cp ../NOTICE.txt $(DIST_PATH)
|
cp ../NOTICE.txt $(DIST_PATH)
|
||||||
cp ../README.md $(DIST_PATH)
|
cp ../README.md $(DIST_PATH)
|
||||||
if [ -f ../manifest.txt ]; then \
|
if [ -f bin/manifest.txt ]; then \
|
||||||
cp ../manifest.txt $(DIST_PATH); \
|
cp bin/manifest.txt $(DIST_PATH); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@# Import Mattermost plugin public key
|
@# Import Mattermost plugin public key
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user