We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb45bb6 commit e63f6feCopy full SHA for e63f6fe
.github/workflows/pro-build.yml
@@ -3,7 +3,7 @@ name: Build Pro
3
on:
4
push:
5
tags:
6
- - xv*.*.*
+ - v*.*.*
7
8
jobs:
9
build:
@@ -12,12 +12,12 @@ jobs:
12
strategy:
13
matrix:
14
include:
15
-# - os: ubuntu-latest
16
-# arch: [ arm64, amd64 ]
+ - os: ubuntu-latest
+ arch: [ arm64, amd64 ]
17
- os: macos-latest
18
arch: [ arm64, amd64 ]
19
-# - os: windows-latest
20
+ - os: windows-latest
21
22
steps:
23
- name: Checkout Code
0 commit comments