From 8eab732317289f6c38584f27d97d6d378c39e30e Mon Sep 17 00:00:00 2001 From: Arbor <44860537+Arborsm@users.noreply.github.com> Date: Sun, 5 May 2024 23:41:20 +0800 Subject: [PATCH] test --- .github/workflows/auto-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 9d462cc..5851aff 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -3,7 +3,7 @@ name: auto-build on: push: branches: - - 'kotlin' + - 'releases' jobs: build: @@ -43,5 +43,6 @@ jobs: with: github-tag: ${{ steps.var.outputs.version }} github-token: ${{ secrets.GITHUB_TOKEN }} + version-type: release files: | - build/libs/!(*-@(dev|sources|javadoc|dev-shadow)).jar + build/libs/* \ No newline at end of file