Get all git history when building the binaries

This commit is contained in:
Deluan 2020-07-21 17:37:36 -04:00
parent 0a9ad4e73a
commit 6c6254a3c3
1 changed files with 2 additions and 3 deletions

View File

@ -97,9 +97,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
with:
- fetch-depth: 0
- uses: actions/download-artifact@v2
with: