2
0
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:
s1lentq 2021-03-24 17:52:21 +07:00
parent 8aca7cfd8f
commit af4776487b

View File

@ -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: