Update push_master.yml
This commit is contained in:
4
.github/workflows/push_master.yml
vendored
4
.github/workflows/push_master.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
configuration: [Release]
|
configuration: [Release]
|
||||||
platform: [x64, x86]
|
platform: [x64, ARM64]
|
||||||
steps:
|
steps:
|
||||||
- name: Setup GitVersion
|
- name: Setup GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0.9.7
|
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
id: gitversion
|
id: gitversion
|
||||||
with:
|
with:
|
||||||
useConfigFile: true
|
useConfigFile: true
|
||||||
configFilePath: ./.github/config/gitversion.yml
|
configFilePath: .github/config/gitversion.yml
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user