Skip to content

Commit e63f6fe

Browse files
committed
debug
1 parent fb45bb6 commit e63f6fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pro-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Pro
33
on:
44
push:
55
tags:
6-
- xv*.*.*
6+
- v*.*.*
77

88
jobs:
99
build:
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
# - os: ubuntu-latest
16-
# arch: [ arm64, amd64 ]
15+
- os: ubuntu-latest
16+
arch: [ arm64, amd64 ]
1717
- os: macos-latest
1818
arch: [ arm64, amd64 ]
19-
# - os: windows-latest
20-
# arch: [ arm64, amd64 ]
19+
- os: windows-latest
20+
arch: [ arm64, amd64 ]
2121

2222
steps:
2323
- name: Checkout Code

0 commit comments

Comments
 (0)