From f4ed34d0960ce7e60b44e9d2c1b580799024961e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=B1=AA?= <504595380@qq.com> Date: Tue, 15 Oct 2024 17:34:15 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52c7809..530d77e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ permissions: on: push: - branch: main + branches: main tags: - v[0-9]+.* @@ -64,4 +64,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: ${{ steps.artifact-target.outputs.artifact-target }} - path: ${{ needs.prepare.outputs.bin }}-${{ steps.artifact-target.outputs.artifact-target }}.* \ No newline at end of file + path: ${{ needs.prepare.outputs.bin }}-${{ steps.artifact-target.outputs.artifact-target }}.*