github actions: attach checksums to bootstrap archives release info
This commit is contained in:
parent
2b63f877c5
commit
ac317d7202
4
.github/workflows/bootstrap_archives.yml
vendored
4
.github/workflows/bootstrap_archives.yml
vendored
@ -36,6 +36,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: bootstrap-archives-${{ github.sha }}
|
name: bootstrap-archives-${{ github.sha }}
|
||||||
path: ./
|
path: ./
|
||||||
|
- name: Get checksums
|
||||||
|
id: get_checksums
|
||||||
|
run: echo "::set-output name=checksums::$(sha256sum *.zip)"
|
||||||
- name: Create new tag
|
- name: Create new tag
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: |
|
run: |
|
||||||
@ -58,3 +61,4 @@ jobs:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
release_name: "Bootstrap archives for Termux application"
|
release_name: "Bootstrap archives for Termux application"
|
||||||
tag: ${{ steps.get_tag.outputs.tag_name }}
|
tag: ${{ steps.get_tag.outputs.tag_name }}
|
||||||
|
body: "```${{ steps.get_checksums.outputs.checksums }}```"
|
||||||
|
Loading…
Reference in New Issue
Block a user