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/