From cd288b44b1f850516a981d3dda034c9642df5a4c 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, 12 Oct 2024 15:29:04 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=20workflow.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 ++ .gitea/workflows/release.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 166a782..c24316b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,6 +6,8 @@ on: push: branches: - "**" + tags-ignore: + - "v*" jobs: build: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d7d8aaa..453cc33 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -114,13 +114,13 @@ jobs: echo EOF >> $GITHUB_OUTPUT - name: download debian amd64 package - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3-node20 with: name: ${{ needs.build.outputs.artifact_amd64 }} path: out/ - name: download debian ard64 package - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3-node20 with: name: ${{ needs.build.outputs.artifact_arm64 }} path: out/ @@ -155,19 +155,19 @@ jobs: - deploy steps: - name: download debian amd64 package - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3-node20 with: name: ${{ needs.build.outputs.artifact_amd64 }} path: out/ - name: download debian ard64 package - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3-node20 with: name: ${{ needs.build.outputs.artifact_arm64 }} path: out/ - name: download windows package - uses: https://gitea.com/actions/download-artifact@v4 + uses: https://gitea.com/actions/download-artifact@v3-node20 with: name: ${{ needs.build_windows.outputs.artifact }} path: out/