github actions: fetch full git history for bootstrap_archives.yml

This commit is contained in:
Leonid Pliushch 2021-09-17 22:06:18 +03:00
parent ac317d7202
commit 4ee3dd0051
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -31,6 +31,8 @@ jobs:
steps:
- name: Git clone
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch bootstrap archives
uses: actions/download-artifact@v2
with: