From 4b557c52c290b281da5751ee399fa3ff6e29eb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Sat, 2 Nov 2024 00:51:13 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 79e8666..03927f4 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -131,7 +131,7 @@ jobs: Port $SSH_PORT StrictHostKeyChecking no END - make deploy-deb + find -O1 . -name '*.changes' -exec dput mousesoft \{\} \; - name: release uses: https://git.mousesoft.ru/actions/gitea-release-action@v1 diff --git a/makefile b/makefile index 7ec2691..86179e9 100644 --- a/makefile +++ b/makefile @@ -116,7 +116,7 @@ pkg-deb: ## Build debian package deploy-deb: ## Deploy debian packages find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \; -.PHONY:deploy +.PHONY:deploy-deb ## Test