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:
|
||||
matrix:
|
||||
configuration: [Release]
|
||||
platform: [x64, x86]
|
||||
platform: [x64, ARM64]
|
||||
steps:
|
||||
- name: Setup GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
id: gitversion
|
||||
with:
|
||||
useConfigFile: true
|
||||
configFilePath: ./.github/config/gitversion.yml
|
||||
configFilePath: .github/config/gitversion.yml
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user