mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-27 14:08:03 +03:00
Windows: Set fetch-depth 0 to fetch all history for proper appversion generate
This commit is contained in:
parent
8aca7cfd8f
commit
af4776487b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Nuget
|
||||
uses: nuget/setup-nuget@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user