From f0ef5babd622c47a64e9b78584b2ec409e4d0207 Mon Sep 17 00:00:00 2001 From: Armamem0t Date: Wed, 18 Jun 2025 16:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 2315a7b..86c7602 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -27,6 +27,7 @@ jobs: run: | ./gradlew ./gradlew build-jar + - name: releases run: | java -jar build/libs/com.mingliqiye.gitea.releases-1.0.jar -s ${{gitea.server_url}} -o ${{gitea.repository_owner}} -t "Auto Releases" -r ${{gitea.event.repository.name}} -t ${{gitea.token}} -ti "Auto releases ${{gitea.event.head_commit.sha}}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} -[${{gitea.event.head_commit.sha}}](${{gitea.event.head_commit.url}})" -a "./build/libs"