From 76e91aa9b87d4cbd034005390686ee399b2a39df Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 10 Feb 2026 00:11:34 +0100 Subject: [PATCH] windows pipeline on tag --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 40f62fa..5108fe7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -163,7 +163,9 @@ jobs: - name: Upload ARM64 to Release uses: svenstaro/upload-release-action@v2 - if: github.event_name == 'release' && github.event.action == 'published' + if: | + (github.event_name == 'release' && github.event.action == 'published') || + (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }}