fixup,ci(bootstrao_archives): generate sha256sums file

This commit is contained in:
Yaksh Bariya 2022-12-28 17:20:58 +05:30
parent 1c73b38c3e
commit 217c8657c2
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ jobs:
with:
name: bootstrap-archives-${{ github.sha }}
path: ./
- name: Get checksums
id: get_checksums
run: |
find . -maxdepth 1 -type f -name "bootstrap-*.zip" -exec sha256sum {} \; | sed "s| ./| |g" | sort -k2 > bootstraps.sha256sum
- name: Create new tag
id: get_tag
run: |