Update push_master.yml
This commit is contained in:
8
.github/workflows/push_master.yml
vendored
8
.github/workflows/push_master.yml
vendored
@@ -19,6 +19,10 @@ jobs:
|
|||||||
configuration: [Release]
|
configuration: [Release]
|
||||||
platform: [x64, ARM64]
|
platform: [x64, ARM64]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup GitVersion
|
- name: Setup GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0.9.7
|
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||||
with:
|
with:
|
||||||
@@ -29,10 +33,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
useConfigFile: true
|
useConfigFile: true
|
||||||
configFilePath: .github/config/gitversion.yml
|
configFilePath: .github/config/gitversion.yml
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Set version in VDownload.csproj file
|
- name: Set version in VDownload.csproj file
|
||||||
id: package_version
|
id: package_version
|
||||||
uses: KageKirin/set-csproj-version@v0
|
uses: KageKirin/set-csproj-version@v0
|
||||||
|
|||||||
Reference in New Issue
Block a user