Skip to content

Commit 76e91aa

Browse files
committed
windows pipeline on tag
1 parent af5bd9f commit 76e91aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ jobs:
163163

164164
- name: Upload ARM64 to Release
165165
uses: svenstaro/upload-release-action@v2
166-
if: github.event_name == 'release' && github.event.action == 'published'
166+
if: |
167+
(github.event_name == 'release' && github.event.action == 'published') ||
168+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
167169
with:
168170
repo_token: ${{ secrets.GITHUB_TOKEN }}
169171
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)