This commit is contained in:
2024-04-08 23:35:29 +03:00
parent e735546b2d
commit c054ac8e78
6 changed files with 9 additions and 8 deletions

View File

@ -28,8 +28,9 @@ pack:
tar acf $(BUILD_DIR)/myxx-cmake-local-$(V).tar.xz MyxxCMake
upload:
git tag -d $(V)
git tag $(V)
tea r c --repo cmake/myxx -t $(V) --tag $(V) \
gitea-tea r c --repo cmake/myxx -t $(V) --tag $(V) \
-a $(BUILD_DIR)/myxx-cmake_$(V).dsc \
-a $(BUILD_DIR)/myxx-cmake_$(V).tar.xz \
-a $(BUILD_DIR)/myxx-cmake_$(V)_all.deb \