mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 07:49:52 +03:00
minor: Release: add sha256sums and release title
This commit is contained in:
parent
8c99e3e3a0
commit
55175688f7
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_iso.yml
vendored
5
.github/workflows/build_iso.yml
vendored
|
@ -71,8 +71,11 @@ jobs:
|
|||
commits="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/compare/$(git tag --sort=-v:refname | sed -n 2p)...$(git tag --sort=-v:refname | sed -n 1p)"
|
||||
echo -e "<br>\n\n**Full Changelog**: $commits" >> changelog.txt
|
||||
|
||||
sha256sum *.iso > sha256sums.txt
|
||||
|
||||
gh release create ${{ github.ref_name }} \
|
||||
--title ${{ github.ref_name }} \
|
||||
--verify-tag \
|
||||
--latest \
|
||||
--notes-file changelog.txt \
|
||||
*.iso
|
||||
*.iso sha256sums.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue