windows pipeline on tag

This commit is contained in:
Alireza Ahmadi
2026-02-10 00:11:34 +01:00
parent af5bd9f75d
commit 76e91aa9b8
+3 -1
View File
@@ -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 }}