[workflows:executables] include commit link in release notes

This commit is contained in:
Mike Fährmann
2024-05-24 02:05:27 +02:00
parent ea434963ae
commit a6e0258020

View File

@@ -82,11 +82,15 @@ jobs:
- name: Date
run: echo "DATE=$(date '+${{ env.DATE_FORMAT }}')" >> "$GITHUB_ENV"
- name: Body
run: printf 'https://github.com/%s/commit/%s' '${{ github.repository }}' '${{ github.sha }}' > body.md
- uses: ncipollo/release-action@v1
with:
owner: gdl-org
repo: builds
tag: ${{ env.DATE }}
bodyFile: body.md
artifacts: "executable-*/*"
allowUpdates: true
makeLatest: true